chiark / gitweb /
man: document systemd-halt.service and friends
[elogind.git] / Makefile.am
index 751511bc468ec8ae35cecb21efff8c20ee69b807..7b8710b0ca904b6a6bb5231413c407812725cf18 100644 (file)
@@ -491,7 +491,9 @@ MANPAGES = \
        man/systemd-remount-fs.service.8 \
        man/systemd-update-utmp-runlevel.service.8 \
        man/systemd-initctl.service.8 \
-       man/systemd-shutdownd.service.8
+       man/systemd-shutdownd.service.8 \
+       man/systemd-suspend.service.8 \
+       man/systemd-halt.service.8
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -504,7 +506,13 @@ MANPAGES_ALIAS = \
        man/systemd-update-utmp-shutdown.service.8 \
        man/systemd-update-utmp.8 \
        man/systemd-initctl.8 \
-       man/systemd-shutdownd.8
+       man/systemd-shutdownd.8 \
+       man/systemd-hibernate.service.8 \
+       man/systemd-sleep.8 \
+       man/systemd-shutdown.8 \
+       man/systemd-poweroff.service.8 \
+       man/systemd-reboot.service.8 \
+       man/systemd-kexec.service.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -517,6 +525,12 @@ man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.ser
 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
+man/systemd-hibernate.service.8: man/systemd-suspend.service.8
+man/systemd-sleep.8: man/systemd-suspend.service.8
+man/systemd-shutdown.8: man/systemd-halt.service.8
+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
 
 XML_FILES = \
        ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}