Put headers in a library-combo keyed directory if library combos are used

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-07-29 11:56:20 +00:00
parent 9abaa2ed17
commit ecdde45764
7 changed files with 71 additions and 18 deletions

View file

@ -60,7 +60,7 @@ ${mydir}/mkinstalldirs "$basepath" \
"$basepath"/Library/Documentation/man \
"$basepath"/Library/Fonts \
"$basepath"/Library/Frameworks \
"$basepath"/Library/Headers/${GNUSTEP_TARGET_DIR} \
"$basepath"/Library/Headers/${MAYBE_LIBRARY_COMBO}/${GNUSTEP_TARGET_DIR} \
"$basepath"/Library/Images \
"$basepath"/Library/KeyBindings \
"$basepath"/Library/Libraries/${GNUSTEP_TARGET_LDIR} \