chiark / gitweb /
bus: if we hit the end of an array container return 0 as EOF indicator when reading it
[elogind.git] / Makefile-man.am
index 235b5a13429c9f6af054d67288e1a6728fa46c87..54798450fa05e709024fa827c9480339f7141408 100644 (file)
@@ -56,6 +56,7 @@ MANPAGES += \
        man/systemd-fsck@.service.8 \
        man/systemd-fstab-generator.8 \
        man/systemd-getty-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 \
        man/systemd-halt.service.8 \
        man/systemd-inhibit.1 \
        man/systemd-initctl.service.8 \
@@ -65,6 +66,7 @@ MANPAGES += \
        man/systemd-nspawn.1 \
        man/systemd-remount-fs.service.8 \
        man/systemd-run.1 \
        man/systemd-nspawn.1 \
        man/systemd-remount-fs.service.8 \
        man/systemd-run.1 \
+       man/systemd-socket-proxyd.1 \
        man/systemd-shutdownd.service.8 \
        man/systemd-sleep.conf.5 \
        man/systemd-suspend.service.8 \
        man/systemd-shutdownd.service.8 \
        man/systemd-sleep.conf.5 \
        man/systemd-suspend.service.8 \
@@ -77,7 +79,6 @@ MANPAGES += \
        man/systemd-update-utmp.service.8 \
        man/systemd.1 \
        man/systemd.automount.5 \
        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 \
        man/systemd.device.5 \
        man/systemd.exec.5 \
        man/systemd.journal-fields.7 \
@@ -85,6 +86,7 @@ MANPAGES += \
        man/systemd.mount.5 \
        man/systemd.path.5 \
        man/systemd.preset.5 \
        man/systemd.mount.5 \
        man/systemd.path.5 \
        man/systemd.preset.5 \
+       man/systemd.resource-control.5 \
        man/systemd.scope.5 \
        man/systemd.service.5 \
        man/systemd.slice.5 \
        man/systemd.scope.5 \
        man/systemd.service.5 \
        man/systemd.slice.5 \
@@ -743,6 +745,17 @@ man/systemd-readahead.html: man/systemd-readahead-replay.service.html
 
 endif
 
 
 endif
 
+if ENABLE_RFKILL
+MANPAGES += \
+       man/systemd-rfkill@.service.8
+MANPAGES_ALIAS += \
+       man/systemd-rfkill.8
+man/systemd-rfkill.8: man/systemd-rfkill@.service.8
+man/systemd-rfkill.html: man/systemd-rfkill@.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_TIMEDATED
 MANPAGES += \
        man/systemd-timedated.service.8 \
 if ENABLE_TIMEDATED
 MANPAGES += \
        man/systemd-timedated.service.8 \
@@ -853,6 +866,7 @@ MANPAGES_ALIAS += \
        man/sd_session_get_tty.3 \
        man/sd_session_get_type.3 \
        man/sd_session_get_uid.3 \
        man/sd_session_get_tty.3 \
        man/sd_session_get_type.3 \
        man/sd_session_get_uid.3 \
+       man/sd_session_get_vt.3 \
        man/sd_uid_get_seats.3 \
        man/sd_uid_get_sessions.3 \
        man/sd_uid_is_on_seat.3 \
        man/sd_uid_get_seats.3 \
        man/sd_uid_get_sessions.3 \
        man/sd_uid_is_on_seat.3 \
@@ -881,6 +895,7 @@ man/sd_session_get_state.3: man/sd_session_is_active.3
 man/sd_session_get_tty.3: man/sd_session_is_active.3
 man/sd_session_get_type.3: man/sd_session_is_active.3
 man/sd_session_get_uid.3: man/sd_session_is_active.3
 man/sd_session_get_tty.3: man/sd_session_is_active.3
 man/sd_session_get_type.3: man/sd_session_is_active.3
 man/sd_session_get_uid.3: man/sd_session_is_active.3
+man/sd_session_get_vt.3: man/sd_session_is_active.3
 man/sd_uid_get_seats.3: man/sd_uid_get_state.3
 man/sd_uid_get_sessions.3: man/sd_uid_get_state.3
 man/sd_uid_is_on_seat.3: man/sd_uid_get_state.3
 man/sd_uid_get_seats.3: man/sd_uid_get_state.3
 man/sd_uid_get_sessions.3: man/sd_uid_get_state.3
 man/sd_uid_is_on_seat.3: man/sd_uid_get_state.3
@@ -957,6 +972,9 @@ man/sd_session_get_type.html: man/sd_session_is_active.html
 man/sd_session_get_uid.html: man/sd_session_is_active.html
        $(html-alias)
 
 man/sd_session_get_uid.html: man/sd_session_is_active.html
        $(html-alias)
 
+man/sd_session_get_vt.html: man/sd_session_is_active.html
+       $(html-alias)
+
 man/sd_uid_get_seats.html: man/sd_uid_get_state.html
        $(html-alias)
 
 man/sd_uid_get_seats.html: man/sd_uid_get_state.html
        $(html-alias)