chiark / gitweb /
man: properly document .socket units in man page
[elogind.git] / Makefile.am
index a3d5a181bb54c9de5fae88ce05f168541b9d77d0..3732258e669787f5ab4f1ed1c96be9b060c338d8 100644 (file)
@@ -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 \
@@ -501,29 +502,36 @@ MANPAGES_ALIAS = \
        man/init.1 \
        man/systemd-modules-load.8 \
        man/systemd-sysctl.8 \
+       man/systemd-journald.socket.8 \
        man/systemd-journald.8 \
        man/systemd-remount-fs.8 \
        man/systemd-update-utmp-shutdown.service.8 \
        man/systemd-update-utmp.8 \
+       man/systemd-initctl.socket.8 \
        man/systemd-initctl.8 \
+       man/systemd-shutdownd.socket.8 \
        man/systemd-shutdownd.8 \
        man/systemd-hibernate.service.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/systemd-kexec.service.8 \
+       man/systemd-fsck-root.service.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
 man/init.1: man/systemd.1
 man/systemd-modules-load.8: man/systemd-modules-load.service.8
 man/systemd-sysctl.8: man/systemd-sysctl.service.8
+man/systemd-journald.socket.8: man/systemd-journald.service.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.socket.8: man/systemd-initctl.service.8
 man/systemd-initctl.8: man/systemd-initctl.service.8
+man/systemd-shutdownd.socket.8: man/systemd-shutdownd.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
@@ -531,6 +539,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)}}}}}