chiark / gitweb /
man: remove note about shutdown being legacy
[elogind.git] / Makefile-man.am
index ba34d1e3df10028e347d61db33ae4b42539544ac..bef749af8662135564e2a350a068d079c919636e 100644 (file)
@@ -63,6 +63,7 @@ MANPAGES += \
        man/systemd-notify.1 \
        man/systemd-nspawn.1 \
        man/systemd-remount-fs.service.8 \
+       man/systemd-run.1 \
        man/systemd-shutdownd.service.8 \
        man/systemd-sleep.conf.5 \
        man/systemd-suspend.service.8 \
@@ -654,6 +655,7 @@ endif
 
 if ENABLE_LOGIND
 MANPAGES += \
+       man/loginctl.1 \
        man/logind.conf.5 \
        man/systemd-logind.service.8
 MANPAGES_ALIAS += \
@@ -664,6 +666,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 +804,6 @@ endif
 
 if HAVE_PAM
 MANPAGES += \
-       man/loginctl.1 \
        man/pam_systemd.8 \
        man/sd-login.3 \
        man/sd_get_seats.3 \