X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=4339e50225277882f238dccc96581cc6f032d8c3;hp=5c289dda2a90a8062238f03944a8e6a4a812bc03;hb=a4892054059c483a695e4250713b5ed8948a1c2f;hpb=9a00f57a5ba7ed431e6bac8d8b36518708503b4e diff --git a/Makefile-man.am b/Makefile-man.am index 5c289dda2..4339e5022 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -63,6 +63,8 @@ MANPAGES += \ man/systemd-delta.1 \ man/systemd-detect-virt.1 \ man/systemd-efi-boot-generator.8 \ + man/systemd-escape.1 \ + man/systemd-firstboot.1 \ man/systemd-fsck@.service.8 \ man/systemd-fstab-generator.8 \ man/systemd-getty-generator.8 \ @@ -193,6 +195,7 @@ MANPAGES_ALIAS += \ man/systemd-ask-password-console.path.8 \ man/systemd-ask-password-wall.path.8 \ man/systemd-ask-password-wall.service.8 \ + man/systemd-firstboot.service.1 \ man/systemd-fsck-root.service.8 \ man/systemd-fsck.8 \ man/systemd-hibernate.service.8 \ @@ -298,6 +301,7 @@ man/sd_notifyf.3: man/sd_notify.3 man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.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-firstboot.service.1: man/systemd-firstboot.1 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 man/systemd-fsck.8: man/systemd-fsck@.service.8 man/systemd-hibernate.service.8: man/systemd-suspend.service.8 @@ -553,6 +557,9 @@ man/systemd-ask-password-wall.path.html: man/systemd-ask-password-console.servic man/systemd-ask-password-wall.service.html: man/systemd-ask-password-console.service.html $(html-alias) +man/systemd-firstboot.service.html: man/systemd-firstboot.html + $(html-alias) + man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html $(html-alias) @@ -680,7 +687,8 @@ endif if ENABLE_COREDUMP MANPAGES += \ man/coredump.conf.5 \ - man/coredumpctl.1 + man/coredumpctl.1 \ + man/systemd-coredump.8 MANPAGES_ALIAS += \ # @@ -1239,7 +1247,8 @@ endif if HAVE_MICROHTTPD MANPAGES += \ man/systemd-journal-gatewayd.service.8 \ - man/systemd-journal-remote.8 + man/systemd-journal-remote.8 \ + man/systemd-journal-upload.8 MANPAGES_ALIAS += \ man/systemd-journal-gatewayd.8 \ man/systemd-journal-gatewayd.socket.8 @@ -1594,12 +1603,15 @@ EXTRA_DIST += \ man/systemd-cat.xml \ man/systemd-cgls.xml \ man/systemd-cgtop.xml \ + man/systemd-coredump.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 \ + man/systemd-escape.xml \ + man/systemd-firstboot.xml \ man/systemd-fsck@.service.xml \ man/systemd-fstab-generator.xml \ man/systemd-getty-generator.xml \ @@ -1610,6 +1622,7 @@ EXTRA_DIST += \ man/systemd-initctl.service.xml \ man/systemd-journal-gatewayd.service.xml \ man/systemd-journal-remote.xml \ + man/systemd-journal-upload.xml \ man/systemd-journald.service.xml \ man/systemd-localed.service.xml \ man/systemd-logind.service.xml \