ci/meson has started failing due to missing scp binary.
subdir('graphics')
-host = 'pippin.gimp.org'
-location= 'public_html/babl'
-scptarget = host + ':' + location + '/'
-
-
xml_insert = find_program(
xml_insert_file,
native: true
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/'
- ],
-)