chiark / gitweb /
man: document the readahead services
[elogind.git] / Makefile.am
index 4de639dcee4b116840861dd44341a12e50394463..a3d5a181bb54c9de5fae88ce05f168541b9d77d0 100644 (file)
@@ -492,7 +492,8 @@ MANPAGES = \
        man/systemd-update-utmp-runlevel.service.8 \
        man/systemd-initctl.service.8 \
        man/systemd-shutdownd.service.8 \
-       man/systemd-suspend.service.8
+       man/systemd-suspend.service.8 \
+       man/systemd-halt.service.8
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -507,7 +508,11 @@ MANPAGES_ALIAS = \
        man/systemd-initctl.8 \
        man/systemd-shutdownd.8 \
        man/systemd-hibernate.service.8 \
-       man/systemd-sleep.8
+       man/systemd-sleep.8 \
+       man/systemd-shutdown.8 \
+       man/systemd-poweroff.service.8 \
+       man/systemd-reboot.service.8 \
+       man/systemd-kexec.service.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -522,6 +527,10 @@ 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
+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
 
 XML_FILES = \
        ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
@@ -2452,7 +2461,20 @@ EXTRA_DIST += \
 
 MANPAGES += \
        man/sd_readahead.3 \
-       man/sd-readahead.7
+       man/sd-readahead.7 \
+       man/systemd-readahead-replay.service.8
+
+MANPAGES_ALIAS += \
+       man/systemd-readahead-collect.service.8 \
+       man/systemd-readahead-done.service.8 \
+       man/systemd-readahead-done.timer.8 \
+       man/systemd-readahead.8
+
+man/systemd-readahead-collect.service.8: man/systemd-readahead-replay.service.8
+man/systemd-readahead-done.service.8: man/systemd-readahead-replay.service.8
+man/systemd-readahead-done.timer.8: man/systemd-readahead-replay.service.8
+man/systemd-readahead.8: man/systemd-readahead-replay.service.8
+
 endif
 
 # ------------------------------------------------------------------------------