From f8be560c1f8a63ef48a4f2e6a1dc0ef495bef512 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 16 Jun 2005 13:15:09 +0000 Subject: [PATCH] Use gswin32c rather than gswin32 on Windows. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10072 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/scripts/legacy_lyxpreview2ppm.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 918ba96852..9bbc661f37 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-06-16 Angus Leeming + + * scripts/legacy_lyxpreview2ppm.py (legacy_conversion): use gswin32c + rather than gswin32 on Windows machines. + 2005-06-14 Jean-Marc Lasgouttes * configure.m4: remove texput.log after testing for spaces. diff --git a/lib/scripts/legacy_lyxpreview2ppm.py b/lib/scripts/legacy_lyxpreview2ppm.py index a36466d801..3bf1de27c1 100644 --- a/lib/scripts/legacy_lyxpreview2ppm.py +++ b/lib/scripts/legacy_lyxpreview2ppm.py @@ -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. -- 2.39.2