mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Backporting r39786 from trunk.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fe65104a7c
commit
a10522d2d6
@ -848,6 +848,9 @@ def checkConverterEntries():
|
||||
checkProg('an EPS -> PDF converter', ['epstopdf'],
|
||||
rc_entry = [ r'\converter eps pdf "epstopdf --outfile=$$o $$i" ""', ''])
|
||||
#
|
||||
checkProg('an EPS -> PNG converter', ['convert $$i $$o'],
|
||||
rc_entry = [ r'\converter eps png "%%" ""', ''])
|
||||
#
|
||||
# no agr -> pdf converter, since the pdf library used by gracebat is not
|
||||
# free software and therefore not compiled in in many installations.
|
||||
# Fortunately, this is not a big problem, because we will use epstopdf to
|
||||
|
Loading…
Reference in New Issue
Block a user