chiark / gitweb /
core: expose consumed CPU time per unit
[elogind.git] / Makefile-man.am
index 7503abb8b6d4158e41de3f3e57e71452b4be93df..7a9612e3117f4424d1ca8bee4f15bc144d17f9c1 100644 (file)
@@ -66,6 +66,7 @@ MANPAGES += \
        man/systemd-efi-boot-generator.8 \
        man/systemd-escape.1 \
        man/systemd-fsck@.service.8 \
+       man/systemd-fsckd.service.8 \
        man/systemd-fstab-generator.8 \
        man/systemd-getty-generator.8 \
        man/systemd-gpt-auto-generator.8 \
@@ -99,6 +100,7 @@ MANPAGES += \
        man/systemd.automount.5 \
        man/systemd.device.5 \
        man/systemd.exec.5 \
+       man/systemd.generator.7 \
        man/systemd.journal-fields.7 \
        man/systemd.kill.5 \
        man/systemd.link.5 \
@@ -208,6 +210,8 @@ MANPAGES_ALIAS += \
        man/systemd-ask-password-wall.service.8 \
        man/systemd-fsck-root.service.8 \
        man/systemd-fsck.8 \
+       man/systemd-fsckd.8 \
+       man/systemd-fsckd.socket.8 \
        man/systemd-hibernate-resume.8 \
        man/systemd-hibernate.service.8 \
        man/systemd-hybrid-sleep.service.8 \
@@ -320,6 +324,8 @@ man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8
 man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8
 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8
 man/systemd-fsck.8: man/systemd-fsck@.service.8
+man/systemd-fsckd.8: man/systemd-fsckd.service.8
+man/systemd-fsckd.socket.8: man/systemd-fsckd.service.8
 man/systemd-hibernate-resume.8: man/systemd-hibernate-resume@.service.8
 man/systemd-hibernate.service.8: man/systemd-suspend.service.8
 man/systemd-hybrid-sleep.service.8: man/systemd-suspend.service.8
@@ -600,6 +606,12 @@ man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html
 man/systemd-fsck.html: man/systemd-fsck@.service.html
        $(html-alias)
 
+man/systemd-fsckd.html: man/systemd-fsckd.service.html
+       $(html-alias)
+
+man/systemd-fsckd.socket.html: man/systemd-fsckd.service.html
+       $(html-alias)
+
 man/systemd-hibernate-resume.html: man/systemd-hibernate-resume@.service.html
        $(html-alias)
 
@@ -1737,6 +1749,7 @@ EXTRA_DIST += \
        man/systemd-escape.xml \
        man/systemd-firstboot.xml \
        man/systemd-fsck@.service.xml \
+       man/systemd-fsckd.service.xml \
        man/systemd-fstab-generator.xml \
        man/systemd-getty-generator.xml \
        man/systemd-gpt-auto-generator.xml \
@@ -1791,6 +1804,7 @@ EXTRA_DIST += \
        man/systemd.device.xml \
        man/systemd.directives.xml \
        man/systemd.exec.xml \
+       man/systemd.generator.xml \
        man/systemd.index.xml \
        man/systemd.journal-fields.xml \
        man/systemd.kill.xml \