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

James O'Gorman boxbackup-dev@boxbackup.org
Sat, 28 Mar 2009 00:02:10 +0000


On 27/3/09 23:44, subversion@boxbackup.org wrote:
> 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.
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This doesn't make sense now...

James

> -			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)
>
> _______________________________________________
> Boxbackup-commit mailing list
> Boxbackup-commit@boxbackup.org
> http://lists.warhead.org.uk/mailman/listinfo/boxbackup-commit
>