From e9dd60a91ead20ca193269221915bbbcdaff190e Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Mon, 2 May 2011 13:36:11 +0000 Subject: Define PACKAGE_TARNAME variable in autoconf, change doc install location from parcel name to this for neatness. --- configure.ac | 2 +- infrastructure/makeparcels.pl.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7a7c8332..fe2c51eb 100644 --- a/configure.ac +++ b/configure.ac @@ -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@boxbackup.org]) +AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) AC_CONFIG_SRCDIR([lib/common/Box.h]) AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index bd6efe18..d4caf2ba 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -302,7 +302,7 @@ EOF if ($type eq 'html') { - $dest = "share/doc/$version"; + $dest = "share/doc/@PACKAGE_TARNAME@"; $name = "docs/$name.html"; } -- cgit v1.2.3