summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-11-29 01:06:48 -0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-29 13:55:32 -0500
commit301af7e4853ad0281402f8d86f5a77c6cb7ce9f4 (patch)
treee62b158e25d7d367e4b81899035782b0c1d2125f /Makefile-man.am
parent396f9e2b327d702ea9502b80febf836283e19350 (diff)
coredump: Support coredump.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 593dc4063..01d34087b 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -714,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