chiark / gitweb /
timesyncd: hook up systemd-timesyncd with systemd-timedated
[elogind.git] / Makefile-man.am
index 60ee9917cde5c2aeed376a3fba76eb1df1a6cf24..f9ca87ebaaaded32d09dfff3c8f16d707bf715ae 100644 (file)
@@ -1046,8 +1046,11 @@ MANPAGES_ALIAS += \
        man/systemd-networkd.8 \
        man/systemd-networkd-wait-online.8
 man/systemd-networkd.8: man/systemd-networkd.service.8
-man/systemd-networkd.html: man/systemd-networkd.service.html
 man/systemd-networkd-wait-online.8: man/systemd-networkd-wait-online.service.8
+
+man/systemd-networkd.html: man/systemd-networkd.service.html
+       $(html-alias)
+
 man/systemd-networkd-wait-online.html: man/systemd-networkd-wait-online.service.html
        $(html-alias)
 
@@ -1126,6 +1129,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 +1564,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 \