From d33f9c91300701084ba04082cd00734d79623773 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Sun, 23 Nov 2008 15:52:43 +0000 Subject: Hook the man pages into the build/install system. Man pages are now included in the client and server parcels and installed to $prefix/man. --- infrastructure/makeparcels.pl.in | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'infrastructure/makeparcels.pl.in') diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index ba22ad62..6a7ea99e 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -110,11 +110,19 @@ else { print MAKE "\tfind release debug -type f -exec rm -f {} \\;\n"; } +print MAKE "\trm -rf docs/*.[58] docs/bb-man.xsl docs/man\n" if $product_version =~ /trunk_[0-9]+/; print MAKE "\n"; print MAKE "test:\trelease/common/test\n\nrelease/common/test:\n\t./runtest.pl ALL release\n\n"; +print MAKE <