chiark / gitweb /
clarify $ escaping in Exec* lines
[elogind.git] / Makefile-man.am
index a8d418fda6d3053e5a8c8a0127cb25d64ab439a2..1f635956e2fcfe76a63f85c60b4ee5104f77f873 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 \
@@ -601,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 \
@@ -841,6 +854,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_vt.3 \
        man/sd_uid_get_seats.3 \
        man/sd_uid_get_sessions.3 \
        man/sd_uid_is_on_seat.3 \
@@ -869,6 +883,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_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
@@ -945,6 +960,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_vt.html: man/sd_session_is_active.html
+       $(html-alias)
+
 man/sd_uid_get_seats.html: man/sd_uid_get_state.html
        $(html-alias)