diff options
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 262e4b1e87..f9ca87ebaa 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) |