summaryrefslogtreecommitdiff
path: root/infrastructure/makeparcels.pl.in
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2011-05-02 13:36:11 +0000
committerJames O'Gorman <james@netinertia.co.uk>2011-05-02 13:36:11 +0000
commite9dd60a91ead20ca193269221915bbbcdaff190e (patch)
tree8f80095148d7d7923789e30ef31b8f8e88961be0 /infrastructure/makeparcels.pl.in
parent6297e8568d810ed2062cb716dc25992db694aabe (diff)
Define PACKAGE_TARNAME variable in autoconf, change doc install location from parcel name to this for neatness.
Diffstat (limited to 'infrastructure/makeparcels.pl.in')
-rwxr-xr-xinfrastructure/makeparcels.pl.in2
1 files changed, 1 insertions, 1 deletions
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";
}