From: Sami Kerola Date: Thu, 6 Oct 2011 14:26:24 +0000 (+0200) Subject: build-sys: add BUGS, FAQ and README.top to distribution X-Git-Tag: v3.3.0~7^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab27c0050c5516fec0c4e3006a1c2bad939eb600;p=procps-ng build-sys: add BUGS, FAQ and README.top to distribution After `make install' I expect to see some files in /share/doc/procps-ng directory, this commit adds few most obvious ones to there. Signed-off-by: Sami Kerola --- diff --git a/Makefile.am b/Makefile.am index 82ac8e6a..25925b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,12 +65,16 @@ sysconf_DATA = sysctl.conf EXTRA_DIST = \ autogen.sh \ - BUGS \ CodingStyle \ contrib/dummy.c \ contrib/minimal.c \ contrib/tmp-junk.c \ contrib/utmp.c \ COPYING.LIB \ - README.top \ $(sysconf_DATA) + +procpsngdir = $(docdir) +dist_procpsng_DATA = \ + BUGS \ + FAQ \ + README.top