diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-13 20:32:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-13 21:11:07 -0400 |
commit | 5146e7e8aec2d394c06771d4c9d0d03fc2cd911c (patch) | |
tree | aaddd1f07f86954f27c433037e0e614a3b7edf4e /Makefile-man.am | |
parent | f7f628b5db770feb8b18990436baefaec55c460b (diff) |
man: add systemd-coredump(8) and a bunch of links
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 5fefbc4fbb..3462c2a874 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -687,7 +687,8 @@ endif if ENABLE_COREDUMP MANPAGES += \ man/coredump.conf.5 \ - man/coredumpctl.1 + man/coredumpctl.1 \ + man/systemd-coredump.8 MANPAGES_ALIAS += \ # @@ -1601,6 +1602,7 @@ EXTRA_DIST += \ man/systemd-cat.xml \ man/systemd-cgls.xml \ man/systemd-cgtop.xml \ + man/systemd-coredump.xml \ man/systemd-cryptsetup-generator.xml \ man/systemd-cryptsetup@.service.xml \ man/systemd-debug-generator.xml \ |