diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-11-29 01:07:21 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-29 13:55:32 -0500 |
commit | be795898c0d2fa21e3389b89793dcd45c47f8b9f (patch) | |
tree | 3e92c674e76a94e8b7e9b11b487ca0b543a3f698 /Makefile-man.am | |
parent | f2dacc96b25528ca1b0caca6364a69d656cf1569 (diff) |
timesyncd: Support timesyncd.conf.d directories in the usual search paths
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 36e0ebbb67..e3c43b269b 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1244,11 +1244,16 @@ MANPAGES += \ man/systemd-timesyncd.service.8 \ man/timesyncd.conf.5 MANPAGES_ALIAS += \ - man/systemd-timesyncd.8 + man/systemd-timesyncd.8 \ + man/timesyncd.conf.d.5 man/systemd-timesyncd.8: man/systemd-timesyncd.service.8 +man/timesyncd.conf.d.5: man/timesyncd.conf.5 man/systemd-timesyncd.html: man/systemd-timesyncd.service.html $(html-alias) +man/timesyncd.conf.d.html: man/timesyncd.conf.html + $(html-alias) + endif if ENABLE_VCONSOLE |