]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/windows/gs-profile.sh:
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 Apr 2002 19:05:49 +0000 (19:05 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 6 Apr 2002 19:05:49 +0000 (19:05 +0000)
* Documentation/windows/gsview-profile.sh: Remove.

Documentation/windows/gs-profile.sh [deleted file]
Documentation/windows/gsview-profile.sh [deleted file]

diff --git a/Documentation/windows/gs-profile.sh b/Documentation/windows/gs-profile.sh
deleted file mode 100644 (file)
index 3e533b1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!@SHELL@
-# /etc/profile.d/gs-profile.sh -- Check for GhostScript
-
-gs550="/usr/windows/gstools/gs5.50"
-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/bin/gswin32.exe" ]; then
-       PATH="$gs650/bin:$PATH"
-       GS_LIB="$gs650/lib:"${GS_LIB:=""}
-fi
diff --git a/Documentation/windows/gsview-profile.sh b/Documentation/windows/gsview-profile.sh
deleted file mode 100644 (file)
index eb5aeaf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!@SHELL@
-# /etc/profile.d/gsview-profile.sh  Check for GhostView
-
-gsview26="/usr/windows/gstools/gsview"
-gsview36="/usr/windows/Ghostgum/GSview"
-
-# Maybe read registry, but that may be hairy?
-# 
-# $ regtool get \\HKLM\\Software\\CLASSES\\psfile\\shell\\open\\command\\
-# "C:\GSTOOLS\GSVIEW\gsview32.exe" "%1"
-
-if [ -e "$gsview26/gsview32.exe" ]; then
-       PATH="$gsview26:$PATH"
-fi
-
-if [ -e "$gsview36/gsview32.exe" ]; then
-       PATH="$gsview36:$PATH"
-fi
-