mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Add unrtf to configure.py.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23563 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a718f53382
commit
300977b597
@ -390,6 +390,9 @@ def checkConverterEntries():
|
|||||||
checkProg('a LaTeX -> RTF converter', ['latex2rtf -p -S -o $$o $$i', 'latex2rt -p -S -o $$o $$i'],
|
checkProg('a LaTeX -> RTF converter', ['latex2rtf -p -S -o $$o $$i', 'latex2rt -p -S -o $$o $$i'],
|
||||||
rc_entry = [ r'\converter latex rtf "%%" "needaux"' ])
|
rc_entry = [ r'\converter latex rtf "%%" "needaux"' ])
|
||||||
#
|
#
|
||||||
|
checkProg('a RTF -> HTML converter', ['unrtf --html $$i > $$o'],
|
||||||
|
rc_entry = [ r'\converter rtf html "%%" ""' ])
|
||||||
|
#
|
||||||
checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'],
|
checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'],
|
||||||
rc_entry = [ r'\converter ps pdf "%%" ""' ])
|
rc_entry = [ r'\converter ps pdf "%%" ""' ])
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user