summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-15 00:07:57 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:28 -0400
commitf75d75eb66308aed2e199ab82fdc2a99170e015c (patch)
tree54e8c2a1bd5ffe4b300ac7805c5c0e0b71e4680b /meson_options.txt
parent83b6af36d1ea1d1250ad2836c00193021e908cef (diff)
downloadsystemd-f75d75eb66308aed2e199ab82fdc2a99170e015c.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
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')