mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
configure.py: check for hylapex, a fax program that runs on all platforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30891 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31afc053ea
commit
9457f62107
@ -543,7 +543,7 @@ def checkConverterEntries():
|
||||
else:
|
||||
addToRC(r'\converter lyxpreview png "" ""')
|
||||
#
|
||||
checkProg('a fax program', ['kdeprintfax $$i', 'ksendfax $$i'],
|
||||
checkProg('a fax program', ['kdeprintfax $$i', 'ksendfax $$i', 'hylapex $$i'],
|
||||
rc_entry = [ r'\converter ps fax "%%" ""'])
|
||||
#
|
||||
checkProg('a FIG -> EPS/PPM converter', ['fig2dev'],
|
||||
|
Loading…
Reference in New Issue
Block a user