X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=f2b6164a184695c8ce07312ed817818d425a73f3;hp=6239651b0e439ec618c2728b1dd2cedd82bf38b7;hb=1bc64d77352010f6951e7cccf77be99301e9664c;hpb=46b0925d4febce47d2d3b4cf83518c330730c3f6 diff --git a/Makefile-man.am b/Makefile-man.am index 6239651b0..f2b6164a1 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) @@ -655,6 +649,15 @@ MANPAGES_ALIAS += \ # +endif + +if ENABLE_EFI +MANPAGES += \ + man/bootctl.1 +MANPAGES_ALIAS += \ + # + + endif if ENABLE_HOSTNAMED @@ -706,6 +709,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