X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=5c2793715277f0d03de02b00b6f29e8646e69d51;hp=5cc3081528f18f561bea52f00d44a88c3cc52fa3;hb=77c10205bb337585c320e91af4b416f2dcc6faba;hpb=0e8415f2e5c42e87ca3b7a96138675f64696cb7a diff --git a/Makefile-man.am b/Makefile-man.am index 5cc308152..5c2793715 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -70,6 +70,8 @@ MANPAGES += \ man/systemd-getty-generator.8 \ man/systemd-gpt-auto-generator.8 \ man/systemd-halt.service.8 \ + man/systemd-hibernate-resume-generator.8 \ + man/systemd-hibernate-resume@.service.8 \ man/systemd-inhibit.1 \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ @@ -92,7 +94,6 @@ MANPAGES += \ man/systemd-udevd.service.8 \ man/systemd-update-done.service.8 \ man/systemd-update-utmp.service.8 \ - man/systemd-verify.1 \ man/systemd.1 \ man/systemd.automount.5 \ man/systemd.device.5 \ @@ -119,6 +120,7 @@ MANPAGES += \ man/telinit.8 \ man/tmpfiles.d.5 \ man/udev.7 \ + man/udev.conf.5 \ man/udevadm.8 MANPAGES_ALIAS += \ man/SD_ALERT.3 \ @@ -199,6 +201,7 @@ MANPAGES_ALIAS += \ man/systemd-firstboot.service.1 \ man/systemd-fsck-root.service.8 \ man/systemd-fsck.8 \ + man/systemd-hibernate-resume.8 \ man/systemd-hibernate.service.8 \ man/systemd-hybrid-sleep.service.8 \ man/systemd-initctl.8 \ @@ -305,6 +308,7 @@ man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.servic 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-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 man/systemd-initctl.8: man/systemd-initctl.service.8 @@ -567,6 +571,9 @@ man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html man/systemd-fsck.html: man/systemd-fsck@.service.html $(html-alias) +man/systemd-hibernate-resume.html: man/systemd-hibernate-resume@.service.html + $(html-alias) + man/systemd-hibernate.service.html: man/systemd-suspend.service.html $(html-alias) @@ -1199,7 +1206,8 @@ endif if ENABLE_TIMESYNCD MANPAGES += \ - man/systemd-timesyncd.service.8 + man/systemd-timesyncd.service.8 \ + man/timesyncd.conf.5 MANPAGES_ALIAS += \ man/systemd-timesyncd.8 man/systemd-timesyncd.8: man/systemd-timesyncd.service.8 @@ -1618,6 +1626,8 @@ EXTRA_DIST += \ man/systemd-getty-generator.xml \ man/systemd-gpt-auto-generator.xml \ man/systemd-halt.service.xml \ + man/systemd-hibernate-resume-generator.xml \ + man/systemd-hibernate-resume@.service.xml \ man/systemd-hostnamed.service.xml \ man/systemd-inhibit.xml \ man/systemd-initctl.service.xml \ @@ -1659,7 +1669,6 @@ EXTRA_DIST += \ man/systemd-update-utmp.service.xml \ man/systemd-user-sessions.service.xml \ man/systemd-vconsole-setup.service.xml \ - man/systemd-verify.xml \ man/systemd.automount.xml \ man/systemd.device.xml \ man/systemd.directives.xml \ @@ -1689,7 +1698,9 @@ EXTRA_DIST += \ man/sysusers.d.xml \ man/telinit.xml \ man/timedatectl.xml \ + man/timesyncd.conf.xml \ man/tmpfiles.d.xml \ + man/udev.conf.xml \ man/udev.xml \ man/udevadm.xml \ man/user-system-options.xml \