summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-26 00:21:13 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-26 00:21:13 +0200
commit11901ad59689002aa7bbf598e76617f1cfeebd34 (patch)
tree6d4350980f5320260658ffec56e40295026a353d /Makefile.am
parentf59e0b64351adec735d06ccf0d0ff0eb31c902c0 (diff)
man: document systemd-shutdownd
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e3a179b314..751511bc46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -490,7 +490,8 @@ MANPAGES = \
man/systemd-inhibit.1 \
man/systemd-remount-fs.service.8 \
man/systemd-update-utmp-runlevel.service.8 \
- man/systemd-initctl.service.8
+ man/systemd-initctl.service.8 \
+ man/systemd-shutdownd.service.8
MANPAGES_ALIAS = \
man/reboot.8 \
@@ -502,7 +503,8 @@ MANPAGES_ALIAS = \
man/systemd-remount-fs.8 \
man/systemd-update-utmp-shutdown.service.8 \
man/systemd-update-utmp.8 \
- man/systemd-initctl.8
+ man/systemd-initctl.8 \
+ man/systemd-shutdownd.8
man/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
@@ -514,6 +516,7 @@ man/systemd-remount-fs.8: man/systemd-remount-fs.service.8
man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8
man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8
man/systemd-initctl.8: man/systemd-initctl.service.8
+man/systemd-shutdownd.8: man/systemd-shutdownd.service.8
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}