chiark / gitweb /
man: document systemd-shutdownd
[elogind.git] / Makefile.am
index 3dad313347d3b21ecba2bf46af4c0bb2f2ec9091..751511bc468ec8ae35cecb21efff8c20ee69b807 100644 (file)
@@ -489,7 +489,9 @@ 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 \
+       man/systemd-shutdownd.service.8
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -500,7 +502,9 @@ 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/systemd-shutdownd.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -511,6 +515,8 @@ 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
+man/systemd-shutdownd.8: man/systemd-shutdownd.service.8
 
 XML_FILES = \
        ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
@@ -2595,6 +2601,14 @@ hostnamed-install-data-hook:
 INSTALL_DATA_HOOKS += \
        hostnamed-install-data-hook
 
+MANPAGES += \
+       man/systemd-hostnamed.service.8
+
+MANPAGES_ALIAS += \
+       man/systemd-hostnamed.8
+
+man/systemd-hostnamed.8: man/systemd-hostnamed.service.8
+
 EXTRA_DIST += \
        units/systemd-hostnamed.service.in
 endif
@@ -2645,6 +2659,14 @@ localed-install-data-hook:
 INSTALL_DATA_HOOKS += \
        localed-install-data-hook
 
+MANPAGES += \
+       man/systemd-localed.service.8
+
+MANPAGES_ALIAS += \
+       man/systemd-localed.8
+
+man/systemd-localed.8: man/systemd-localed.service.8
+
 EXTRA_DIST += \
        units/systemd-localed.service.in