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. --- infrastructure/makeparcels.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/makeparcels.pl.in') 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