diff options
author | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-22 07:10:29 +0000 |
---|---|---|
committer | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-22 07:10:29 +0000 |
commit | 7acf49c6bee99a1cf788e93ff9b57d97051d0977 (patch) | |
tree | 5ce4d60b7ab69568df67cc22968fcf8906aa37da | |
parent | e8437e4dbe42540e1fc824c90c709fd8f7433386 (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-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |