mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
Use gswin32c rather than gswin32 on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10073 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
65f9aa8a0b
commit
0dc5d71503
@ -1,3 +1,8 @@
|
||||
2005-06-16 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* scripts/lyxpreview2ppm.py (main): use gswin32c rather than gswin32
|
||||
on Windows machines.
|
||||
|
||||
2005-06-15 Uwe Stöhr <uwestoehr@web.de>
|
||||
|
||||
* configure.m4: add viewers for pdf2 and pdf3.
|
||||
|
@ -337,7 +337,7 @@ def main(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)
|
||||
|
||||
# Compile the latex file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user