X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=db42df745ab6485bf76a0c283f5640ab4ac36275;hp=938e2c3fd99045c3ef4b1f7db64f343f13c3c73e;hb=21236ab51082668914b933041893a1cf45218a3d;hpb=f4bab1690ebb7bb01ea2d89f92bffd26c04b61ee diff --git a/Makefile-man.am b/Makefile-man.am index 938e2c3fd..db42df745 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -58,6 +58,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,6 +82,7 @@ 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 \ @@ -107,6 +109,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 \ @@ -193,6 +196,7 @@ MANPAGES_ALIAS += \ man/systemd-hybrid-sleep.service.8 \ man/systemd-initctl.8 \ man/systemd-initctl.socket.8 \ + man/systemd-journald-dev-log.socket.8 \ man/systemd-journald.8 \ man/systemd-journald.socket.8 \ man/systemd-kexec.service.8 \ @@ -204,6 +208,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 \ @@ -295,6 +300,7 @@ man/systemd-hibernate.service.8: man/systemd-suspend.service.8 man/systemd-hybrid-sleep.service.8: man/systemd-suspend.service.8 man/systemd-initctl.8: man/systemd-initctl.service.8 man/systemd-initctl.socket.8: man/systemd-initctl.service.8 +man/systemd-journald-dev-log.socket.8: man/systemd-journald.service.8 man/systemd-journald.8: man/systemd-journald.service.8 man/systemd-journald.socket.8: man/systemd-journald.service.8 man/systemd-kexec.service.8: man/systemd-halt.service.8 @@ -306,6 +312,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 @@ -559,6 +566,9 @@ man/systemd-initctl.html: man/systemd-initctl.service.html man/systemd-initctl.socket.html: man/systemd-initctl.service.html $(html-alias) +man/systemd-journald-dev-log.socket.html: man/systemd-journald.service.html + $(html-alias) + man/systemd-journald.html: man/systemd-journald.service.html $(html-alias) @@ -592,6 +602,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) @@ -658,6 +671,7 @@ endif if ENABLE_COREDUMP MANPAGES += \ + man/coredump.conf.5 \ man/coredumpctl.1 MANPAGES_ALIAS += \ # @@ -1472,11 +1486,12 @@ 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 \ @@ -1572,6 +1587,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 \ @@ -1609,6 +1625,7 @@ 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 \ @@ -1643,6 +1660,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 \