diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-06 10:49:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-06 10:49:52 +0200 |
commit | d4337c15d5835c8eecf079bd5173f8b5c51727c7 (patch) | |
tree | f9cadf1f81c2fb7e2f8d6ff4752c45fdeb00624f /Makefile-man.am | |
parent | 056f0498fefc4c3e3cedf11ea3ba1b04a8694118 (diff) | |
parent | 6dfde7acf1405adbb7adb2adc6969c4eb3c0990a (diff) |
Merge pull request #2944 from keszybz/man-coredump-sysctl
Man coredump sysctl
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index a4835a533f..7514e6a24f 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1850,11 +1850,21 @@ MANPAGES += \ man/coredumpctl.1 \ man/systemd-coredump.8 MANPAGES_ALIAS += \ - man/coredump.conf.d.5 + man/coredump.conf.d.5 \ + man/systemd-coredump.socket.8 \ + man/systemd-coredump@.service.8 man/coredump.conf.d.5: man/coredump.conf.5 +man/systemd-coredump.socket.8: man/systemd-coredump.8 +man/systemd-coredump@.service.8: man/systemd-coredump.8 man/coredump.conf.d.html: man/coredump.conf.html $(html-alias) +man/systemd-coredump.socket.html: man/systemd-coredump.html + $(html-alias) + +man/systemd-coredump@.service.html: man/systemd-coredump.html + $(html-alias) + endif if ENABLE_EFI |