summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 15:39:51 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 15:39:51 +0200
commitff5d32c875fe5507db2004d3c22fe77cbc7eab0d (patch)
tree8aecc846e25337632e00e2de93d0c591eb00d03e /Makefile.am
parenteeb875144e5a80d0521461a139f13fc8014d77d8 (diff)
man: document unit names in systemd-tmpfiles(8)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b31bde4252..256df89897 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -526,7 +526,10 @@ MANPAGES_ALIAS = \
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/systemd-ask-password-wall.path.8 \
+ man/systemd-tmpfiles-setup.service.8 \
+ man/systemd-tmpfiles-clean.service.8 \
+ man/systemd-tmpfiles-clean.timer.8
man/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
@@ -552,6 +555,9 @@ 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
+man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8
+man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8
+man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}