X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile-man.am;h=36e0ebbb6725cab9d2181be7447927715fe470de;hb=f2dacc96b25528ca1b0caca6364a69d656cf1569;hp=2a0d73e05c6cabc5203f8df70123889019ef1cd3;hpb=778b6a3f8888ec9496143c92c8cbf95f5c891df9;p=elogind.git diff --git a/Makefile-man.am b/Makefile-man.am index 2a0d73e05..36e0ebbb6 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -701,8 +701,10 @@ MANPAGES += \ man/bootchart.conf.5 \ man/systemd-bootchart.1 MANPAGES_ALIAS += \ - # - + man/bootchart.conf.d.5 +man/bootchart.conf.d.5: man/bootchart.conf.5 +man/bootchart.conf.d.html: man/bootchart.conf.html + $(html-alias) endif @@ -712,8 +714,10 @@ MANPAGES += \ man/coredumpctl.1 \ man/systemd-coredump.8 MANPAGES_ALIAS += \ - # - + man/coredump.conf.d.5 +man/coredump.conf.d.5: man/coredump.conf.5 +man/coredump.conf.d.html: man/coredump.conf.html + $(html-alias) endif @@ -1200,8 +1204,13 @@ MANPAGES += \ man/resolved.conf.5 \ man/systemd-resolved.service.8 MANPAGES_ALIAS += \ + man/resolved.conf.d.5 \ man/systemd-resolved.8 +man/resolved.conf.d.5: man/resolved.conf.5 man/systemd-resolved.8: man/systemd-resolved.service.8 +man/resolved.conf.d.html: man/resolved.conf.html + $(html-alias) + man/systemd-resolved.html: man/systemd-resolved.service.html $(html-alias)