diff options
author | Kay Sievers <kay@vrfy.org> | 2014-04-29 08:57:51 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-04-29 09:51:53 +0200 |
commit | a91df40e69fec72cc98c9829721fa5153da28bc2 (patch) | |
tree | 7d1da98b41e9860df7b3d2d704ecb54618fe14aa /Makefile-man.am | |
parent | 0b36bbc42d3a408531517a02acaf56105b863d55 (diff) |
timesyncd: add unit and man page
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 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 \ |