diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-11-29 01:06:48 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-29 13:55:32 -0500 |
commit | 301af7e4853ad0281402f8d86f5a77c6cb7ce9f4 (patch) | |
tree | e62b158e25d7d367e4b81899035782b0c1d2125f /Makefile-man.am | |
parent | 396f9e2b327d702ea9502b80febf836283e19350 (diff) | |
download | systemd-301af7e4853ad0281402f8d86f5a77c6cb7ce9f4.tar.gz |
coredump: Support coredump.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 593dc40638..01d34087b2 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 |