summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-04-29 15:42:05 +0200
committerTom Gundersen <teg@jklm.no>2014-04-29 15:42:05 +0200
commit4c06153f7b7d1af4fc8df4602c1d6714734bf9fd (patch)
treefcd977fa70badc2de2936836575d028e8d2c798e /Makefile-man.am
parent109731eb250705e055b98b844d7c0dfb74bcf728 (diff)
networkd: fix distcheck
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am5
1 files changed, 4 insertions, 1 deletions
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)