[babl] build: remove push_web target



commit 0a87f7316e5f67a51a097e15430639cd0b9badf3
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon May 3 23:26:59 2021 +0200

    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 1aa52ed42..0201adcc3 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/'
-  ],
-)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]