summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-21 13:58:14 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-21 18:34:40 -0500
commit2dc38ed00fe5c9179721411ba068b53ea127d476 (patch)
treee5dc06a899bec60374b68eebc8e738c04f01b9a0 /Makefile-man.am
parent9818fa6d6d32d87a3e1b96934a54523ea6b02879 (diff)
man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index c5f73d42e..bdfecb3db 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -48,6 +48,7 @@ MANPAGES += \
man/systemd-analyze.1 \
man/systemd-ask-password-console.service.8 \
man/systemd-ask-password.1 \
+ man/systemd-bus-proxyd.8 \
man/systemd-cat.1 \
man/systemd-cgls.1 \
man/systemd-cgtop.1 \
@@ -683,6 +684,17 @@ man/systemd-hostnamed.html: man/systemd-hostnamed.service.html
endif
+if ENABLE_KDBUS
+MANPAGES += \
+ man/systemd-bus-proxyd@.service.8
+MANPAGES_ALIAS += \
+ man/systemd-bus-proxyd.socket.8
+man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd@.service.8
+man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd@.service.html
+ $(html-alias)
+
+endif
+
if ENABLE_LOCALED
MANPAGES += \
man/localectl.1 \