From: Craig Small Date: Thu, 15 Jun 2017 20:36:37 +0000 (+1000) Subject: docs: ship pslog.1 and README.md X-Git-Tag: v23.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd952b3063f2466ecab4ec093026cf0c4ce373c7;p=psmisc docs: ship pslog.1 and README.md --- diff --git a/ChangeLog b/ChangeLog index 71debd3..bea60d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Changes in 23.1 =============== * killall: Remove debug output Debian: #864753 + * docs: distribute pslog.1 + * docs: distribute README.md Debian: #864752 Changes in 23.0 =============== * killall: Fix process age race condition !11 Debian #822861 diff --git a/Makefile.am b/Makefile.am index 412ca2b..9f61ab4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ nodist_src_killall_SOURCES = signames.h BUILT_SOURCES = src/signames.h -EXTRA_DIST = src/signames.c +EXTRA_DIST = src/signames.c README.md CLEANFILES = src/signames.h diff --git a/doc/Makefile.am b/doc/Makefile.am index 541637f..a4783e5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -man_MANS = killall.1 peekfd.1 prtstat.1 pstree.1 +man_MANS = killall.1 peekfd.1 prtstat.1 pslog.1 pstree.1 EXTRA_MANS = if WANT_FUSER