diff options
author | Chris Morgan <chmorgan@gmail.com> | 2015-03-21 20:47:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-22 10:14:50 -0400 |
commit | eaa5251d9167027275d8275862e23e0b7dc8866e (patch) | |
tree | e15fcaaa192d30f62f33a9a6877033d5d7019f21 /Makefile-man.am | |
parent | 81b843990297ad8c813c531fccd8da30bb715bd6 (diff) | |
download | systemd-eaa5251d9167027275d8275862e23e0b7dc8866e.tar.gz |
man: add journal-remote.conf(5)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index ab1db33c01..2f3e5f2271 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1358,14 +1358,20 @@ endif if HAVE_MICROHTTPD MANPAGES += \ + man/journal-remote.conf.5 \ man/systemd-journal-gatewayd.service.8 \ man/systemd-journal-remote.8 \ man/systemd-journal-upload.8 MANPAGES_ALIAS += \ + man/journal-remote.conf.d.5 \ man/systemd-journal-gatewayd.8 \ man/systemd-journal-gatewayd.socket.8 +man/journal-remote.conf.d.5: man/journal-remote.conf.5 man/systemd-journal-gatewayd.8: man/systemd-journal-gatewayd.service.8 man/systemd-journal-gatewayd.socket.8: man/systemd-journal-gatewayd.service.8 +man/journal-remote.conf.d.html: man/journal-remote.conf.html + $(html-alias) + man/systemd-journal-gatewayd.html: man/systemd-journal-gatewayd.service.html $(html-alias) @@ -1662,6 +1668,7 @@ EXTRA_DIST += \ man/hostname.xml \ man/hostnamectl.xml \ man/hwdb.xml \ + man/journal-remote.conf.xml \ man/journalctl.xml \ man/journald.conf.xml \ man/kernel-command-line.xml \ |