chiark / gitweb /
Update TODO
[elogind.git] / Makefile-man.am
index ba34d1e3df10028e347d61db33ae4b42539544ac..e74cceaadadaff200ddbf67849ce0269efa8abad 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 \
@@ -75,6 +76,7 @@ MANPAGES += \
        man/systemd-update-utmp.service.8 \
        man/systemd.1 \
        man/systemd.automount.5 \
+       man/systemd.cgroup.5 \
        man/systemd.device.5 \
        man/systemd.exec.5 \
        man/systemd.journal-fields.7 \
@@ -82,7 +84,9 @@ MANPAGES += \
        man/systemd.mount.5 \
        man/systemd.path.5 \
        man/systemd.preset.5 \
+       man/systemd.scope.5 \
        man/systemd.service.5 \
+       man/systemd.slice.5 \
        man/systemd.snapshot.5 \
        man/systemd.socket.5 \
        man/systemd.special.7 \
@@ -654,6 +658,7 @@ endif
 
 if ENABLE_LOGIND
 MANPAGES += \
+       man/loginctl.1 \
        man/logind.conf.5 \
        man/systemd-logind.service.8
 MANPAGES_ALIAS += \
@@ -664,6 +669,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 +807,6 @@ endif
 
 if HAVE_PAM
 MANPAGES += \
-       man/loginctl.1 \
        man/pam_systemd.8 \
        man/sd-login.3 \
        man/sd_get_seats.3 \