aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Haefeli <rdz@users.sourceforge.net>2011-09-22 07:10:29 +0000
committerRoman Haefeli <rdz@users.sourceforge.net>2011-09-22 07:10:29 +0000
commit7acf49c6bee99a1cf788e93ff9b57d97051d0977 (patch)
tree5ce4d60b7ab69568df67cc22968fcf8906aa37da
parente8437e4dbe42540e1fc824c90c709fd8f7433386 (diff)
make $pddocdir the same as $pdextdir since nowadays no lib installs its help files to doc/5.reference anymore
svn path=/trunk/externals/moocow/pdstring/; revision=15339
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index ed5eb22..8378ac1 100755
--- a/configure
+++ b/configure
@@ -3550,9 +3550,6 @@ fi
- pddocdir="${pddir}/doc/5.reference"
-
-
##-- pdincludedir
# Check whether --with-pd-include was given.
@@ -3582,6 +3579,10 @@ fi
pdexternsdir="$pdextdir"
pdexecdir="$pdextdir"
+ ##-- pddocdir
+ # Nowadays the help files usually are installed besides the class files
+ pddocdir="${pdextdir}"
+
## pd-directory/ies
##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^