diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-11-29 01:06:41 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-29 13:55:32 -0500 |
commit | 396f9e2b327d702ea9502b80febf836283e19350 (patch) | |
tree | f749cbfe9b5d1dc01c64ad7445051e7d06590071 /Makefile-man.am | |
parent | 778b6a3f8888ec9496143c92c8cbf95f5c891df9 (diff) | |
download | systemd-396f9e2b327d702ea9502b80febf836283e19350.tar.gz |
bootchart: Support bootchart.conf.d directories in the usual search paths
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 2a0d73e05c..593dc40638 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 |