From 0a87f7316e5f67a51a097e15430639cd0b9badf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 3 May 2021 23:26:59 +0200 Subject: [PATCH] build: remove push_web target ci/meson has started failing due to missing scp binary. --- docs/meson.build | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/meson.build b/docs/meson.build index 1aa52ed..0201adc 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -1,10 +1,5 @@ subdir('graphics') -host = 'pippin.gimp.org' -location= 'public_html/babl' -scptarget = host + ':' + location + '/' - - xml_insert = find_program( xml_insert_file, native: true @@ -100,12 +95,3 @@ foreach _file, _parms : html_files index_html = _tgt endif endforeach - - -run_target('push_web', - command: [ - 'scp', index_html, index_static_html, babl_css, scptarget, - '&&', - 'scp', graphic_files_install, scptarget + 'graphics/' - ], -) -- 2.30.2