diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-21 13:58:14 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-21 18:34:40 -0500 |
commit | 2dc38ed00fe5c9179721411ba068b53ea127d476 (patch) | |
tree | e5dc06a899bec60374b68eebc8e738c04f01b9a0 /Makefile-man.am | |
parent | 9818fa6d6d32d87a3e1b96934a54523ea6b02879 (diff) |
man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index c5f73d42e3..bdfecb3db5 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 \ |