X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=f9ca87ebaaaded32d09dfff3c8f16d707bf715ae;hp=db66e020c0bd8073332d587fd3d0eb2c3927814f;hb=4c06153f7b7d1af4fc8df4602c1d6714734bf9fd;hpb=3a67e927e3be7efb8edf314a31aa4f8f5cba4f53 diff --git a/Makefile-man.am b/Makefile-man.am index db66e020c..f9ca87eba 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1040,15 +1040,17 @@ if ENABLE_NETWORKD MANPAGES += \ man/systemd-networkd.service.8 \ man/systemd-networkd-wait-online.service.8 \ - man/networkd-wait-online.conf.5 \ man/systemd.netdev.5 \ man/systemd.network.5 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) @@ -1127,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 \ @@ -1551,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 \