Changeset 2956 for box/trunk


Ignore:
Timestamp:
02/05/2011 14:36:11 (13 months ago)
Author:
jamesog
Message:

Define PACKAGE_TARNAME variable in autoconf, change doc install location from parcel name to this for neatness.

Location:
box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2954 r2956  
    33 
    44AC_PREREQ(2.59) 
    5 AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) 
     5AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) 
    66AC_CONFIG_SRCDIR([lib/common/Box.h]) 
    77AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) 
  • box/trunk/infrastructure/makeparcels.pl.in

    r2955 r2956  
    303303                if ($type eq 'html') 
    304304                { 
    305                         $dest = "share/doc/$version"; 
     305                        $dest = "share/doc/@PACKAGE_TARNAME@"; 
    306306                        $name = "docs/$name.html"; 
    307307                } 
Note: See TracChangeset for help on using the changeset viewer.