diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-12 22:44:18 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-12 22:44:18 +0100 |
commit | 2b70d172a7b2ba741df7d6ca89c915e17d6f3e84 (patch) | |
tree | 25e0e96e6421ea641f351d121b0ba4d9b464b9d5 /Makefile-man.am | |
parent | 3c9317d2d93248f3f0b0feaaa113485aee415d8a (diff) |
build-sys: make networkd man pages conditional
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 6239651b0e..1a24e6b29f 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -62,7 +62,6 @@ MANPAGES += \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ man/systemd-machine-id-setup.1 \ - man/systemd-networkd.service.8 \ man/systemd-notify.1 \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ @@ -187,7 +186,6 @@ MANPAGES_ALIAS += \ man/systemd-journald.8 \ man/systemd-journald.socket.8 \ man/systemd-kexec.service.8 \ - man/systemd-networkd.8 \ man/systemd-poweroff.service.8 \ man/systemd-reboot.service.8 \ man/systemd-remount-fs.8 \ @@ -289,7 +287,6 @@ man/systemd-initctl.socket.8: man/systemd-initctl.service.8 man/systemd-journald.8: man/systemd-journald.service.8 man/systemd-journald.socket.8: man/systemd-journald.service.8 man/systemd-kexec.service.8: man/systemd-halt.service.8 -man/systemd-networkd.8: man/systemd-networkd.service.8 man/systemd-poweroff.service.8: man/systemd-halt.service.8 man/systemd-reboot.service.8: man/systemd-halt.service.8 man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 @@ -557,9 +554,6 @@ man/systemd-journald.socket.html: man/systemd-journald.service.html man/systemd-kexec.service.html: man/systemd-halt.service.html $(html-alias) -man/systemd-networkd.html: man/systemd-networkd.service.html - $(html-alias) - man/systemd-poweroff.service.html: man/systemd-halt.service.html $(html-alias) @@ -706,6 +700,17 @@ man/systemd-machined.html: man/systemd-machined.service.html endif +if ENABLE_NETWORKD +MANPAGES += \ + man/systemd-networkd.service.8 +MANPAGES_ALIAS += \ + man/systemd-networkd.8 +man/systemd-networkd.8: man/systemd-networkd.service.8 +man/systemd-networkd.html: man/systemd-networkd.service.html + $(html-alias) + +endif + if ENABLE_QUOTACHECK MANPAGES += \ man/systemd-quotacheck.service.8 |