summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 22:56:45 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 22:56:45 +0200
commit83620960d6f385fcd0cf2a17f70bcb7a8e3eafa9 (patch)
treef0416367204dcf76d01fc273dfaf17b164b3a289 /Makefile.am
parent6b7b92055db40070676bf3c0539a27569c1203b6 (diff)
man: document systemd-timedated.service
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 60bd8fdfc2..3dad313347 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2704,6 +2704,14 @@ timedated-install-data-hook:
INSTALL_DATA_HOOKS += \
timedated-install-data-hook
+MANPAGES += \
+ man/systemd-timedated.service.8
+
+MANPAGES_ALIAS += \
+ man/systemd-timedated.8
+
+man/systemd-timedated.8: man/systemd-timedated.service.8
+
EXTRA_DIST += \
units/systemd-timedated.service.in
endif