summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-26 17:33:11 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-26 17:33:11 +0200
commite2b696ee9bffad34daaafc99d3a5d8ee13504288 (patch)
tree9310c7bb884e9860804ecc58315f2fd54e7a404a /Makefile.am
parent8284608198887230a1ac7f6ada9affeed3f437fb (diff)
man: document systemd-suspend.service
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 751511bc46..4de639dcee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -491,7 +491,8 @@ 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
MANPAGES_ALIAS = \
man/reboot.8 \
@@ -504,7 +505,9 @@ 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/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
@@ -517,6 +520,8 @@ 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
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}