From 2dc38ed00fe5c9179721411ba068b53ea127d476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 21 Dec 2013 13:58:14 -0500 Subject: man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8) --- Makefile-man.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile-man.am') 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 \ -- cgit v1.2.3