From f75d75eb66308aed2e199ab82fdc2a99170e015c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 15 Apr 2017 00:07:57 -0400 Subject: meson: add man/doc-sync target Seems to work OK. It would be nicer to call it 'doc-sync' not 'man/doc-sync', but OK. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 005fd0e992..9caf9a329f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -154,6 +154,9 @@ option('ntp-servers', type : 'string', option('support-url', type : 'string', description : 'the support URL to show in catalog entries included in systemd', value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel') +option('www-target', type : 'string', + description : 'the address and dir to upload docs too', + value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd') option('seccomp', type : 'combo', choices : ['auto', 'true', 'false'], description : 'SECCOMP support') -- cgit v1.2.1