chiark / gitweb /
man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)
[elogind.git] / Makefile-man.am
index c5f73d42e3692e4c3749a8e43a00b4fe61770f4c..bdfecb3db5a22c28ffe0fe0edc398070c35bf0cd 100644 (file)
@@ -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 \