-1.4.9.jcn1
+1.4.9.jcn2
==========
+* Included Han-Wen's uu1 windows fixes.
+
+* Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
+
* Added Cygwin setup.hint
* Removed tex, python wrappers and postinstalls to go with Cywgin's
# /etc/profile.d/gs-profile.sh -- Check for GhostScript
gs550="/usr/windows/gstools/gs5.50"
-gs650="/usr/windows/gs/gs6.50/bin"
+gs650="/usr/windows/gs/gs6.50"
# Maybe read registry, but that may be hairy?
#
# $ regtool get \\HKLM\\Software\\CLASSES\\psfile\\shell\\open\\command\\
# "C:\GSTOOLS\GSVIEW\gsview32.exe" "%1"
+## we set GS_LIB although the registry keys have been set.
+
if [ -e "$gs550/gswin32.exe" ]; then
PATH="$gs550:$PATH"
+ GS_LIB="$gs550/lib:"${GS_LIB:=""}
fi
-if [ -e "$gs650/gswin32.exe" ]; then
- PATH="$gs650:$PATH"
+if [ -e "$gs650/bin/gswin32.exe" ]; then
+ PATH="$gs650/bin:$PATH"
+ GS_LIB="$gs650/lib:"${GS_LIB:=""}
fi
datadir="@datadir@"
# For direct ps output fonts
-GS_FONTPATH="$datadir/afm:$datadir/pfa"
+GS_FONTPATH="$datadir/afm:$datadir/pfa:"${GS_FONTPATH:=""}
# For direct ps output: ps/lilyponddefs.ps
-GS_LIB="$datadir/ps"
+GS_LIB="$datadir/ps:"${GS_LIB:=""}
# bit silly. for ly2dvi, overrules compiled-in datadir...
# Better comment this out. Compiled-in datadir serves exactly the