]> git.lyx.org Git - features.git/commitdiff
Use gswin32c rather than gswin32 on Windows.
authorAngus Leeming <leeming@lyx.org>
Thu, 16 Jun 2005 13:15:09 +0000 (13:15 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 16 Jun 2005 13:15:09 +0000 (13:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10072 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/scripts/legacy_lyxpreview2ppm.py

index 918ba96852433d9b698ce23cc9520d298649cacf..9bbc661f37c7da1ce49ff36203e985fb8592a5a8 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-16  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/legacy_lyxpreview2ppm.py (legacy_conversion): use gswin32c
+       rather than gswin32 on Windows machines.
+
 2005-06-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * configure.m4: remove texput.log after testing for spaces.
index a36466d801441acc06d4240a0e2a24b6bc20b641..3bf1de27c12894a455121c0dd67cd96f9b6e8fe0 100644 (file)
@@ -228,7 +228,7 @@ def legacy_conversion(argv):
     path = string.split(os.environ["PATH"], os.pathsep)
     latex   = find_exe_or_terminate(["pplatex", "latex2e", "latex"], path)
     dvips   = find_exe_or_terminate(["dvips"], path)
-    gs      = find_exe_or_terminate(["gswin32", "gs"], path)
+    gs      = find_exe_or_terminate(["gswin32c", "gs"], path)
     pnmcrop = find_exe(["pnmcrop"], path)
 
     # Move color information into the latex file.