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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.