From 23dedbb0a4b0c036eee78edeb6f63318d14fe511 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 28 Mar 2009 14:01:39 +0000 Subject: Use the Makefile in docs/ to build and clean documentation. Don't rely on location of bb-man.xsl any more. --- infrastructure/makeparcels.pl.in | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'infrastructure/makeparcels.pl.in') diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index 13fb5459..e9e240db 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -110,18 +110,20 @@ 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 <<__END_OF_FRAGMENT; + \$(MAKE) -C docs clean -print MAKE "test:\trelease/common/test\n\nrelease/common/test:\n\t./runtest.pl ALL release\n\n"; +test: release/common/test -print MAKE <