sync lib/configure.py with lib/configure.m4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10813 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-02-06 10:09:15 +00:00
parent 09c0c8ce12
commit 38fd7b00b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.py: sync with configure.m4
2006-02-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.m4: add lyx13x format and converter

View File

@ -407,7 +407,8 @@ checkProg('a LaTeX -> HTML converter', ['htlatex $$i', 'tth -t -e2 -L$$b < $$i
# Add the rest of the entries (no checkProg is required)
addToRC(r'''\Format date "" "date command" "" "" ""
\Format fax "" Fax "" "" ""
\Format lyx lyx LyX "" "lyx" "lyx"
\Format lyx lyx LyX "" "" ""
\Format lyx13x lyx13 "LyX 1.3.x" "" "" ""
\Format lyxpreview lyxpreview "LyX Preview" "" "" ""
\Format pdftex pdftex_t PDFTEX "" "" ""
\Format program "" Program "" "" ""
@ -420,6 +421,7 @@ addToRC(r'''\Format date "" "date command" "" "" ""
\converter fen asciichess "python $$s/scripts/fen2ascii.py $$i $$o" ""
\converter fig pdftex "sh $$s/scripts/fig2pdftex.sh $$i $$o" ""
\converter fig pstex "sh $$s/scripts/fig2pstex.sh $$i $$o" ""
\converter lyx lyx13x "python $$s/lyx2lyx/lyx2lyx -t 221 $$i > $$o" ""
\copier fig "sh $$s/scripts/fig_copy.sh $$i $$o"
\copier pstex "python $$s/scripts/tex_copy.py $$i $$o $$l"
\copier pdftex "python $$s/scripts/tex_copy.py $$i $$o $$l"