summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-11-29 01:06:41 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 13:55:32 -0500
commit396f9e2b327d702ea9502b80febf836283e19350 (patch)
treef749cbfe9b5d1dc01c64ad7445051e7d06590071 /Makefile-man.am
parent778b6a3f8888ec9496143c92c8cbf95f5c891df9 (diff)
bootchart: Support bootchart.conf.d directories in the usual search paths
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index 2a0d73e05..593dc4063 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