summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 00:37:36 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 00:37:36 +0200
commita32f224aafaf47d3489a730259a47ef45781193e (patch)
tree8748d8618ca0ac4d3a4a94d0ffe6bcfa4783a830 /Makefile.am
parent56a379a97e91380630653b85e5cb3612bf22ecf4 (diff)
man: document systemd-fsck
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 a3d5a181bb..fc08daa53d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -493,7 +493,8 @@ MANPAGES = \
man/systemd-initctl.service.8 \
man/systemd-shutdownd.service.8 \
man/systemd-suspend.service.8 \
- man/systemd-halt.service.8
+ man/systemd-halt.service.8 \
+ man/systemd-fsck@.service.8
MANPAGES_ALIAS = \
man/reboot.8 \
@@ -512,7 +513,8 @@ MANPAGES_ALIAS = \
man/systemd-shutdown.8 \
man/systemd-poweroff.service.8 \
man/systemd-reboot.service.8 \
- man/systemd-kexec.service.8
+ man/systemd-kexec.service.8 \
+ man/systemd-fsck-root.service.8
man/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
@@ -531,6 +533,7 @@ 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
+man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}