chiark / gitweb /
Move x-systemd-device.timeout handling from core to fstab-generator
[elogind.git] / Makefile-man.am
index 053584895877c3f3977a10e4e5625c87446da40f..3840bb138d9443ac703a13fadcf9413ec2f0b462 100644 (file)
@@ -11,6 +11,7 @@ MANPAGES += \
        man/bootup.7 \
        man/busctl.1 \
        man/daemon.7 \
+       man/file-hierarchy.7 \
        man/halt.8 \
        man/hostname.5 \
        man/journalctl.1 \
@@ -58,6 +59,7 @@ MANPAGES += \
        man/systemd-cat.1 \
        man/systemd-cgls.1 \
        man/systemd-cgtop.1 \
+       man/systemd-debug-generator.8 \
        man/systemd-delta.1 \
        man/systemd-detect-virt.1 \
        man/systemd-efi-boot-generator.8 \
@@ -81,9 +83,11 @@ MANPAGES += \
        man/systemd-sysctl.service.8 \
        man/systemd-system-update-generator.8 \
        man/systemd-system.conf.5 \
+       man/systemd-sysusers.8 \
        man/systemd-tmpfiles.8 \
        man/systemd-tty-ask-password-agent.1 \
        man/systemd-udevd.service.8 \
+       man/systemd-update-done.service.8 \
        man/systemd-update-utmp.service.8 \
        man/systemd.1 \
        man/systemd.automount.5 \
@@ -107,6 +111,7 @@ MANPAGES += \
        man/systemd.time.7 \
        man/systemd.timer.5 \
        man/systemd.unit.5 \
+       man/sysusers.d.5 \
        man/telinit.8 \
        man/tmpfiles.d.5 \
        man/udev.7 \
@@ -205,6 +210,7 @@ MANPAGES_ALIAS += \
        man/systemd-shutdownd.socket.8 \
        man/systemd-sleep.8 \
        man/systemd-sysctl.8 \
+       man/systemd-sysusers.service.8 \
        man/systemd-tmpfiles-clean.service.8 \
        man/systemd-tmpfiles-clean.timer.8 \
        man/systemd-tmpfiles-setup-dev.service.8 \
@@ -212,6 +218,7 @@ MANPAGES_ALIAS += \
        man/systemd-udevd-control.socket.8 \
        man/systemd-udevd-kernel.socket.8 \
        man/systemd-udevd.8 \
+       man/systemd-update-done.8 \
        man/systemd-update-utmp-runlevel.service.8 \
        man/systemd-update-utmp.8 \
        man/systemd-user.conf.5
@@ -308,6 +315,7 @@ man/systemd-shutdownd.8: man/systemd-shutdownd.service.8
 man/systemd-shutdownd.socket.8: man/systemd-shutdownd.service.8
 man/systemd-sleep.8: man/systemd-suspend.service.8
 man/systemd-sysctl.8: man/systemd-sysctl.service.8
+man/systemd-sysusers.service.8: man/systemd-sysusers.8
 man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8
 man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8
 man/systemd-tmpfiles-setup-dev.service.8: man/systemd-tmpfiles.8
@@ -315,6 +323,7 @@ man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8
 man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
 man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
 man/systemd-udevd.8: man/systemd-udevd.service.8
+man/systemd-update-done.8: man/systemd-update-done.service.8
 man/systemd-update-utmp-runlevel.service.8: man/systemd-update-utmp.service.8
 man/systemd-update-utmp.8: man/systemd-update-utmp.service.8
 man/systemd-user.conf.5: man/systemd-system.conf.5
@@ -597,6 +606,9 @@ man/systemd-sleep.html: man/systemd-suspend.service.html
 man/systemd-sysctl.html: man/systemd-sysctl.service.html
        $(html-alias)
 
+man/systemd-sysusers.service.html: man/systemd-sysusers.html
+       $(html-alias)
+
 man/systemd-tmpfiles-clean.service.html: man/systemd-tmpfiles.html
        $(html-alias)
 
@@ -618,6 +630,9 @@ man/systemd-udevd-kernel.socket.html: man/systemd-udevd.service.html
 man/systemd-udevd.html: man/systemd-udevd.service.html
        $(html-alias)
 
+man/systemd-update-done.html: man/systemd-update-done.service.html
+       $(html-alias)
+
 man/systemd-update-utmp-runlevel.service.html: man/systemd-update-utmp.service.html
        $(html-alias)
 
@@ -663,6 +678,7 @@ endif
 
 if ENABLE_COREDUMP
 MANPAGES += \
+       man/coredump.conf.5 \
        man/coredumpctl.1
 MANPAGES_ALIAS += \
        #
@@ -1477,14 +1493,16 @@ endif
 # Really, do not edit this file.
 
 EXTRA_DIST += \
-       man/binfmt.d.xml \
+       man/binfmt.d.xml \
        man/bootchart.conf.xml \
        man/bootctl.xml \
        man/bootup.xml \
        man/busctl.xml \
+       man/coredump.conf.xml \
        man/coredumpctl.xml \
        man/crypttab.xml \
        man/daemon.xml \
+       man/file-hierarchy.xml \
        man/halt.xml \
        man/hostname.xml \
        man/hostnamectl.xml \
@@ -1577,6 +1595,7 @@ EXTRA_DIST += \
        man/systemd-cgtop.xml \
        man/systemd-cryptsetup-generator.xml \
        man/systemd-cryptsetup@.service.xml \
+       man/systemd-debug-generator.xml \
        man/systemd-delta.xml \
        man/systemd-detect-virt.xml \
        man/systemd-efi-boot-generator.xml \
@@ -1614,11 +1633,13 @@ EXTRA_DIST += \
        man/systemd-sysctl.service.xml \
        man/systemd-system-update-generator.xml \
        man/systemd-system.conf.xml \
+       man/systemd-sysusers.xml \
        man/systemd-timedated.service.xml \
        man/systemd-timesyncd.service.xml \
        man/systemd-tmpfiles.xml \
        man/systemd-tty-ask-password-agent.xml \
        man/systemd-udevd.service.xml \
+       man/systemd-update-done.service.xml \
        man/systemd-update-utmp.service.xml \
        man/systemd-user-sessions.service.xml \
        man/systemd-vconsole-setup.service.xml \
@@ -1648,6 +1669,7 @@ EXTRA_DIST += \
        man/systemd.timer.xml \
        man/systemd.unit.xml \
        man/systemd.xml \
+       man/sysusers.d.xml \
        man/telinit.xml \
        man/timedatectl.xml \
        man/tmpfiles.d.xml \