summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-04 16:59:46 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 08:51:07 +0200
commitf7afdbbb986bed7022976612a740027697ce93ec (patch)
tree1426fa660bcb3c4a91d69208bdb8d06597410be3 /Makefile-man.am
parent20cca8d0627a8edc265314d700f5c4aa96ebed4e (diff)
Prep v232: Apply missing updates from upstream
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index 895b64bf0..cd82c4819 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -54,6 +54,7 @@ MANPAGES_ALIAS += \
man/sd_event_source_unrefp.3 \
man/sd_id128_from_string.3 \
man/sd_id128_get_boot.3 \
+ man/sd_id128_get_invocation.3 \
man/sd_machine_get_ifindices.3 \
man/sd_notifyf.3 \
man/sd_pid_notify.3 \
@@ -82,6 +83,7 @@ man/sd_event_source_set_io_fd.3: man/sd_event_add_io.3
man/sd_event_source_unrefp.3: man/sd_event_source_unref.3
man/sd_id128_from_string.3: man/sd_id128_to_string.3
man/sd_id128_get_boot.3: man/sd_id128_get_machine.3
+man/sd_id128_get_invocation.3: man/sd_id128_get_machine.3
man/sd_machine_get_ifindices.3: man/sd_machine_get_class.3
man/sd_notifyf.3: man/sd_notify.3
man/sd_pid_notify.3: man/sd_notify.3
@@ -156,6 +158,9 @@ man/sd_id128_from_string.html: man/sd_id128_to_string.html
man/sd_id128_get_boot.html: man/sd_id128_get_machine.html
$(html-alias)
+man/sd_id128_get_invocation.html: man/sd_id128_get_machine.html
+ $(html-alias)
+
man/sd_machine_get_ifindices.html: man/sd_machine_get_class.html
$(html-alias)