From: Øyvind Kolås Date: Mon, 3 May 2021 21:26:59 +0000 (+0200) Subject: build: remove push_web target X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~5^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0a87f7316e5f67a51a097e15430639cd0b9badf3;p=babl.git build: remove push_web target ci/meson has started failing due to missing scp binary. --- 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/' - ], -)