]> git.donarmstrong.com Git - lilypond.git/commitdiff
only look for gs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 6 Apr 2006 14:49:56 +0000 (14:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 6 Apr 2006 14:49:56 +0000 (14:49 +0000)
ChangeLog
THANKS
scm/backend-library.scm

index c57404de6ab265c7dd1a4668b0f980706cd0a1e9..a616e28887eab2b5e27bcb95c310873aa4b20e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scm/backend-library.scm: only look for gs.
+
        * scripts/lilypond-book.py (output): fix printfilename.
 
        * lily/parser.yy (music_function_musicless_prefix): fold together
diff --git a/THANKS b/THANKS
index 66cd75d726b2bf7248294140eae530c754d22027..29c98f7bcfe6f36fd2eb75a603b10c0be8439446 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -10,16 +10,19 @@ Pedro Kroger      - Build Meister
 Graham Percival   - Documentation Editor
 Mats Bengtsson    - Support Guru 
 
+
 CONTRIBUTORS
 
 David Feuer
 Joe Neeman
 Erlend Aasland
 
+
 SPONSORS
 
 Chris Sawer
 
+
 DOCUMENTATION HELPERS
 
 Cameron Horsburgh
@@ -34,6 +37,7 @@ Aurèle Duda
 Christopher Ellis
 David Rogers
 J. Leung
+Harald Wellmann
 Orm Finnendahl
 Stephen Carter
 Werner Lemberg
index 71275a9ea938de74fe33931a30d6a97e2826c3b9..df1314679c7184f41ae01d7b90c1939c0833d2cf 100644 (file)
@@ -45,7 +45,9 @@
     (helper path names)))
 
 (define-public (search-gs)
-  (search-executable '("gs-nox" "gs-8.15" "gs")))
+  
+  ;; must be sure that we don't catch stuff from old GUBs.
+  (search-executable '("gs"))
 
 (define-public (postscript->pdf papersizename name)
   (let* ((pdf-name (string-append (basename name ".ps") ".pdf"))