diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 22:07:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 22:07:58 +0200 |
commit | 6b7b92055db40070676bf3c0539a27569c1203b6 (patch) | |
tree | 979409ce0434fc2aedbc048df0a0d2c255c3b382 /Makefile.am | |
parent | 35eb6b124ebdf82bd77aad6e44962a9a039c4d33 (diff) |
man: document systemd-update-utmp-runlevel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 84cc435b37..60bd8fdfc2 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)}}}}} |