summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-01 01:05:38 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-01 17:27:15 +0200
commit01cf0ca850dd1c21e1c405a4493fe61d0c28d721 (patch)
tree0c9703133816c684deb2525460706dff1af365ff /Makefile.am
parentaf3bccd6d87759f0b146bf5980bdd56144d70c7e (diff)
man: document systemd-journal
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e29a0f412..597711ea71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -499,6 +499,7 @@ MANPAGES = \
man/systemd-machine-id-setup.1 \
man/systemd-detect-virt.1 \
man/journald.conf.5 \
+ man/systemd-journald.service.8 \
man/journalctl.1 \
man/systemd-inhibit.1
@@ -507,13 +508,15 @@ MANPAGES_ALIAS = \
man/poweroff.8 \
man/init.1 \
man/systemd-modules-load.8 \
- man/systemd-sysctl.8
+ man/systemd-sysctl.8 \
+ man/systemd-journald.8
man/reboot.8: man/halt.8
man/poweroff.8: man/halt.8
man/init.1: man/systemd.1
man/systemd-modules-load.8: man/systemd-modules-load.service.8
man/systemd-sysctl.8: man/systemd-sysctl.service.8
+man/systemd-journald.8: man/systemd-journald.service.8
XML_FILES = \
${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}