[Box Backup-commit] COMMIT r2469 - box/trunk/infrastructure

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Fri Mar 27 23:44:17 GMT 2009


Author: chris
Date: 2009-03-27 23:44:17 +0000 (Fri, 27 Mar 2009)
New Revision: 2469

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
Log:
Don't skip building docs if we can't find a SVN version, as it breaks 
build on exported copies. It doesn't do any harm in distributions 
either, as long as timestamps on the pre-built man pages are correct, 
and allows users to modify the docbook source and rebuild as long as 
they have xsltproc.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2009-03-27 23:42:20 UTC (rev 2468)
+++ box/trunk/infrastructure/makeparcels.pl.in	2009-03-27 23:44:17 UTC (rev 2469)
@@ -211,7 +211,7 @@
 EOF
 			# Only build the docs if we're building from trunk.
 			# Releases have the docs pre-made.
-			print MAKE <<EOF if $product_version =~ /trunk_[0-9]+/;
+			print MAKE <<EOF;
 .PHONY: docs/man/${name}.gz
 docs/man/${name}.gz: docs/bb-man.xsl
 	(cd docs; \$(MAKE) $name)




More information about the Boxbackup-commit mailing list