chiark / gitweb /
man: document systemd-shutdownd
[elogind.git] / Makefile.am
index e3a179b314f8b77bdad03d5e15e96ceb7d032d57..751511bc468ec8ae35cecb21efff8c20ee69b807 100644 (file)
@@ -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)}}}}}