[Box Backup-commit] COMMIT r2956 - in box/trunk: . infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Mon May 2 14:36:11 BST 2011


Author: jamesog
Date: 2011-05-02 14:36:11 +0100 (Mon, 02 May 2011)
New Revision: 2956

Modified:
   box/trunk/configure.ac
   box/trunk/infrastructure/makeparcels.pl.in
Log:
Define PACKAGE_TARNAME variable in autoconf, change doc install location from parcel name to this for neatness.


Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2011-05-02 13:17:45 UTC (rev 2955)
+++ box/trunk/configure.ac	2011-05-02 13:36:11 UTC (rev 2956)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Box Backup], 0.11, [boxbackup at boxbackup.org])
+AC_INIT([Box Backup], 0.11, [boxbackup at boxbackup.org],[boxbackup])
 AC_CONFIG_SRCDIR([lib/common/Box.h])
 AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
 

Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2011-05-02 13:17:45 UTC (rev 2955)
+++ box/trunk/infrastructure/makeparcels.pl.in	2011-05-02 13:36:11 UTC (rev 2956)
@@ -302,7 +302,7 @@
 
 		if ($type eq 'html')
 		{
-			$dest = "share/doc/$version";
+			$dest = "share/doc/@PACKAGE_TARNAME@";
 			$name = "docs/$name.html";
 		}
 




More information about the Boxbackup-commit mailing list