From: Nicholas Nethercote Date: Sat, 12 Mar 2005 21:06:06 +0000 (+0000) Subject: Add what I think is needed for the man page in the Makefile.am. X-Git-Tag: svn/VALGRIND_3_0_0~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e11bfa612de99865fc17cffc44432f4c461764b7;p=thirdparty%2Fvalgrind.git Add what I think is needed for the man page in the Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3317 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index da4abb9bce..ec95c7723d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = xml lib images EXTRA_DIST = README porting-HOWTO +dist_man_MANS = valgrind.1 # Unsure about this --njn + ##------------------------------------------------------------------- ## Below here is more ordinary make stuff... ##-------------------------------------------------------------------