networkd: fix distcheck

This commit is contained in:
Tom Gundersen 2014-04-29 15:42:05 +02:00
parent 109731eb25
commit 4c06153f7b
2 changed files with 6 additions and 2 deletions

View 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)

View File

@ -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 \