From: Tom Gundersen Date: Tue, 29 Apr 2014 13:42:05 +0000 (+0200) Subject: networkd: fix distcheck X-Git-Tag: v213~284 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4c06153f7b7d1af4fc8df4602c1d6714734bf9fd networkd: fix distcheck --- diff --git a/Makefile-man.am b/Makefile-man.am index 262e4b1e8..f9ca87eba 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -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) diff --git a/Makefile.am b/Makefile.am index 4661a2a3a..365fa548b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4200,7 +4200,8 @@ tests += \ EXTRA_DIST += \ src/network/networkd-network-gperf.gperf \ src/network/networkd-netdev-gperf.gperf \ - units/systemd-networkd.service.in + units/systemd-networkd.service.in \ + units/systemd-networkd-wait-online.service.in CLEANFILES += \ src/network/networkd-network-gperf.c \