- Timestamp:
- 02/05/2011 14:36:11 (13 months ago)
- Location:
- box/trunk
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
infrastructure/makeparcels.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2954 r2956 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org] )5 AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) 6 6 AC_CONFIG_SRCDIR([lib/common/Box.h]) 7 7 AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) -
box/trunk/infrastructure/makeparcels.pl.in
r2955 r2956 303 303 if ($type eq 'html') 304 304 { 305 $dest = "share/doc/ $version";305 $dest = "share/doc/@PACKAGE_TARNAME@"; 306 306 $name = "docs/$name.html"; 307 307 }
Note: See TracChangeset
for help on using the changeset viewer.
