chiark / gitweb /
udev: rules - ignore the lack of trailing newline
[elogind.git] / Makefile-man.am
index 6a74abdb04178e7f4992700aac615883856235f6..f817a050c23d0fa6d64dc20e3ce2b743dabfc7b6 100644 (file)
@@ -750,6 +750,7 @@ MANPAGES_ALIAS += \
        man/sd_bus_creds_get_cgroup.3 \
        man/sd_bus_creds_get_cmdline.3 \
        man/sd_bus_creds_get_comm.3 \
+       man/sd_bus_creds_get_connection_name.3 \
        man/sd_bus_creds_get_exe.3 \
        man/sd_bus_creds_get_gid.3 \
        man/sd_bus_creds_get_mask.3 \
@@ -818,6 +819,7 @@ man/sd_bus_creds_get_audit_session_id.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_cgroup.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_cmdline.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_comm.3: man/sd_bus_creds_get_pid.3
+man/sd_bus_creds_get_connection_name.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_exe.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_gid.3: man/sd_bus_creds_get_pid.3
 man/sd_bus_creds_get_mask.3: man/sd_bus_creds_new_from_pid.3
@@ -896,6 +898,9 @@ man/sd_bus_creds_get_cmdline.html: man/sd_bus_creds_get_pid.html
 man/sd_bus_creds_get_comm.html: man/sd_bus_creds_get_pid.html
        $(html-alias)
 
+man/sd_bus_creds_get_connection_name.html: man/sd_bus_creds_get_pid.html
+       $(html-alias)
+
 man/sd_bus_creds_get_exe.html: man/sd_bus_creds_get_pid.html
        $(html-alias)
 
@@ -1508,6 +1513,15 @@ MANPAGES_ALIAS += \
        #
 
 
+endif
+
+if HAVE_SYSV_COMPAT
+MANPAGES += \
+       man/systemd-sysv-generator.8
+MANPAGES_ALIAS += \
+       #
+
+
 endif
 
 if HAVE_UTMP
@@ -1681,6 +1695,7 @@ EXTRA_DIST += \
        man/systemd-system-update-generator.xml \
        man/systemd-system.conf.xml \
        man/systemd-sysusers.xml \
+       man/systemd-sysv-generator.xml \
        man/systemd-timedated.service.xml \
        man/systemd-timesyncd.service.xml \
        man/systemd-tmpfiles.xml \