X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=60bd8fdfc2dcf01ba2ea7ea8c1ef8a0e2d3274bf;hp=84cc435b375b2e82a85492d1a76f06946870a9d1;hb=6b7b92055db40070676bf3c0539a27569c1203b6;hpb=35eb6b124ebdf82bd77aad6e44962a9a039c4d33 diff --git a/Makefile.am b/Makefile.am index 84cc435b3..60bd8fdfc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -488,7 +488,8 @@ MANPAGES = \ man/systemd-journald.service.8 \ man/journalctl.1 \ man/systemd-inhibit.1 \ - man/systemd-remount-fs.service.8 + man/systemd-remount-fs.service.8 \ + man/systemd-update-utmp-runlevel.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -497,7 +498,9 @@ MANPAGES_ALIAS = \ man/systemd-modules-load.8 \ man/systemd-sysctl.8 \ man/systemd-journald.8 \ - man/systemd-remount-fs.8 + man/systemd-remount-fs.8 \ + man/systemd-update-utmp-shutdown.service.8 \ + man/systemd-update-utmp.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -506,6 +509,8 @@ man/systemd-modules-load.8: man/systemd-modules-load.service.8 man/systemd-sysctl.8: man/systemd-sysctl.service.8 man/systemd-journald.8: man/systemd-journald.service.8 man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 +man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8 +man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}