]> git.lyx.org Git - features.git/commitdiff
sync lib/configure.py with lib/configure.m4
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 6 Feb 2006 10:09:15 +0000 (10:09 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 6 Feb 2006 10:09:15 +0000 (10:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10813 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.py

index 94ca7e1b779f2c7d57e568b55674cd23a3b1df8a..2d7bddc351bf6da81987a47a15ae697b6ad7ba75 100644 (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
index 6e2de470419119d1311d79263e025436bf29086d..a03981e60d58dff6bf1f6d750a904642ca993b87 100644 (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"