diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-06 22:22:05 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-06 22:23:31 -0400 |
commit | 19887cd06a3af2f045e763986eda19e208bd3f85 (patch) | |
tree | 84a4de5af4615a12b0a3ac1c772b6d220ecb5ebd /Makefile-man.am | |
parent | 925d98b3441881bad3a459cb5f7f3785bab40b5c (diff) |
man: document machinectl and systemd-machined
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index ba34d1e3df..fef69be58e 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -654,6 +654,7 @@ endif if ENABLE_LOGIND MANPAGES += \ + man/loginctl.1 \ man/logind.conf.5 \ man/systemd-logind.service.8 MANPAGES_ALIAS += \ @@ -664,6 +665,18 @@ man/systemd-logind.html: man/systemd-logind.service.html endif +if ENABLE_MACHINED +MANPAGES += \ + man/machinectl.1 \ + man/systemd-machined.service.8 +MANPAGES_ALIAS += \ + man/systemd-machined.8 +man/systemd-machined.8: man/systemd-machined.service.8 +man/systemd-machined.html: man/systemd-machined.service.html + $(html-alias) + +endif + if ENABLE_QUOTACHECK MANPAGES += \ man/systemd-quotacheck.service.8 @@ -790,7 +803,6 @@ endif if HAVE_PAM MANPAGES += \ - man/loginctl.1 \ man/pam_systemd.8 \ man/sd-login.3 \ man/sd_get_seats.3 \ |