chiark / gitweb /
cgroup: only check once when mode is UNIT_CHECK
[elogind.git] / Makefile-man.am
index bef749af8662135564e2a350a068d079c919636e..1c264fa3fb6cb44f92337717eb0337956c54d210 100644 (file)
@@ -52,9 +52,11 @@ MANPAGES += \
        man/systemd-cgtop.1 \
        man/systemd-delta.1 \
        man/systemd-detect-virt.1 \
+       man/systemd-efi-boot-generator.8 \
        man/systemd-fsck@.service.8 \
        man/systemd-fstab-generator.8 \
        man/systemd-getty-generator.8 \
+       man/systemd-gpt-auto-generator.8 \
        man/systemd-halt.service.8 \
        man/systemd-inhibit.1 \
        man/systemd-initctl.service.8 \
@@ -76,6 +78,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 \
@@ -83,7 +86,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 \
@@ -598,6 +603,17 @@ man/systemd-user.conf.html: man/systemd-system.conf.html
        $(html-alias)
 
 
+if ENABLE_BACKLIGHT
+MANPAGES += \
+       man/systemd-backlight@.service.8
+MANPAGES_ALIAS += \
+       man/systemd-backlight.8
+man/systemd-backlight.8: man/systemd-backlight@.service.8
+man/systemd-backlight.html: man/systemd-backlight@.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_BINFMT
 MANPAGES += \
        man/binfmt.d.5 \
@@ -825,6 +841,7 @@ MANPAGES_ALIAS += \
        man/sd_login_monitor_unref.3 \
        man/sd_pid_get_machine_name.3 \
        man/sd_pid_get_owner_uid.3 \
+       man/sd_pid_get_slice.3 \
        man/sd_pid_get_unit.3 \
        man/sd_pid_get_user_unit.3 \
        man/sd_seat_can_multi_session.3 \
@@ -852,6 +869,7 @@ man/sd_login_monitor_get_timeout.3: man/sd_login_monitor_new.3
 man/sd_login_monitor_unref.3: man/sd_login_monitor_new.3
 man/sd_pid_get_machine_name.3: man/sd_pid_get_session.3
 man/sd_pid_get_owner_uid.3: man/sd_pid_get_session.3
+man/sd_pid_get_slice.3: man/sd_pid_get_session.3
 man/sd_pid_get_unit.3: man/sd_pid_get_session.3
 man/sd_pid_get_user_unit.3: man/sd_pid_get_session.3
 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3
@@ -901,6 +919,9 @@ man/sd_pid_get_machine_name.html: man/sd_pid_get_session.html
 man/sd_pid_get_owner_uid.html: man/sd_pid_get_session.html
        $(html-alias)
 
+man/sd_pid_get_slice.html: man/sd_pid_get_session.html
+       $(html-alias)
+
 man/sd_pid_get_unit.html: man/sd_pid_get_session.html
        $(html-alias)