From a91df40e69fec72cc98c9829721fa5153da28bc2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 29 Apr 2014 08:57:51 +0200 Subject: timesyncd: add unit and man page --- 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 60ee9917cd..262e4b1e87 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1126,6 +1126,17 @@ man/systemd-timedated.html: man/systemd-timedated.service.html endif +if ENABLE_TIMESYNCD +MANPAGES += \ + man/systemd-timesyncd.service.8 +MANPAGES_ALIAS += \ + man/systemd-timesyncd.8 +man/systemd-timesyncd.8: man/systemd-timesyncd.service.8 +man/systemd-timesyncd.html: man/systemd-timesyncd.service.html + $(html-alias) + +endif + if ENABLE_VCONSOLE MANPAGES += \ man/systemd-vconsole-setup.service.8 \ @@ -1550,6 +1561,7 @@ EXTRA_DIST += \ man/systemd-system-update-generator.xml \ man/systemd-system.conf.xml \ man/systemd-timedated.service.xml \ + man/systemd-timesyncd.service.xml \ man/systemd-tmpfiles.xml \ man/systemd-tty-ask-password-agent.xml \ man/systemd-udevd.service.xml \ -- cgit v1.2.3-54-g00ecf