summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 01:32:15 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 01:32:15 +0200
commit7df46b2af58d171665fe99073188f91d567f2696 (patch)
treeb902dfa5bdd6a2e292aa443d1bad35479caf42bf /Makefile.am
parent743b8558f697b07231b376e18976d5a0ed24cc28 (diff)
man: document systemd-ask-password-console.service and friends
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 215e88d9b7..04ae775194 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -494,7 +494,8 @@ 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
MANPAGES_ALIAS = \
man/reboot.8 \
@@ -517,7 +518,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 +544,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)}}}}}