summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 054481426e..e3a179b314 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -489,7 +489,8 @@ MANPAGES = \
man/journalctl.1 \
man/systemd-inhibit.1 \
man/systemd-remount-fs.service.8 \
- man/systemd-update-utmp-runlevel.service.8
+ man/systemd-update-utmp-runlevel.service.8 \
+ man/systemd-initctl.service.8
MANPAGES_ALIAS = \
man/reboot.8 \
@@ -500,7 +501,8 @@ MANPAGES_ALIAS = \
man/systemd-journald.8 \
man/systemd-remount-fs.8 \
man/systemd-update-utmp-shutdown.service.8 \
- man/systemd-update-utmp.8
+ man/systemd-update-utmp.8 \
+ man/systemd-initctl.8
man/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
@@ -511,6 +513,7 @@ man/systemd-journald.8: man/systemd-journald.service.8
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
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}