build: remove push_web target
authorØyvind Kolås <pippin@gimp.org>
Mon, 3 May 2021 21:26:59 +0000 (23:26 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 3 May 2021 21:28:50 +0000 (23:28 +0200)
ci/meson has started failing due to missing scp binary.

docs/meson.build

index 1aa52ed42284077a59b473547a2fb64f9ae19ab2..0201adcc38795e0bbafad7fbbf75bfb14b3364e1 100644 (file)
@@ -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/'
-  ],
-)