X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=eb36efdae683fda2ba5b006d439a81a565e733c7;hb=c52f663bfa4f420044e6cd25bf84cec3c26ebf6f;hp=215e88d9b779e8dbef78cf60ba502656b6af6a30;hpb=743b8558f697b07231b376e18976d5a0ed24cc28;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 215e88d9b..eb36efdae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -494,7 +494,10 @@ MANPAGES = \ man/systemd-shutdownd.service.8 \ man/systemd-suspend.service.8 \ man/systemd-halt.service.8 \ - man/systemd-fsck@.service.8 + man/systemd-fsck@.service.8 \ + man/systemd-ask-password-console.service.8 \ + man/systemd-analyze.1 \ + man/systemd-tty-ask-password-agent.1 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -517,7 +520,10 @@ MANPAGES_ALIAS = \ man/systemd-poweroff.service.8 \ man/systemd-reboot.service.8 \ man/systemd-kexec.service.8 \ - man/systemd-fsck-root.service.8 + man/systemd-fsck-root.service.8 \ + man/systemd-ask-password-console.path.8 \ + man/systemd-ask-password-wall.service.8 \ + man/systemd-ask-password-wall.path.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -540,6 +546,9 @@ man/systemd-poweroff.service.8: man/systemd-halt.service.8 man/systemd-reboot.service.8: man/systemd-halt.service.8 man/systemd-kexec.service.8: man/systemd-halt.service.8 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 +man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8 +man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8 +man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}