X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=edea4c3652c491cf9b7a2fbe722650947be3459f;hp=938e2c3fd99045c3ef4b1f7db64f343f13c3c73e;hb=dfdd0e0730385eef08f019863fd41168b05b6ab0;hpb=f4bab1690ebb7bb01ea2d89f92bffd26c04b61ee diff --git a/Makefile-man.am b/Makefile-man.am index 938e2c3fd..edea4c365 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 \ @@ -193,6 +194,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 \ @@ -295,6 +297,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 @@ -559,6 +562,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) @@ -660,8 +666,10 @@ if ENABLE_COREDUMP MANPAGES += \ man/coredumpctl.1 MANPAGES_ALIAS += \ - # - + man/systemd-coredumpctl.1 +man/systemd-coredumpctl.1: man/coredumpctl.1 +man/systemd-coredumpctl.html: man/coredumpctl.html + $(html-alias) endif @@ -1472,7 +1480,7 @@ 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 \ @@ -1572,6 +1580,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 \