Jean-Marc Lasgouttes wrote:
> Goerg, could you port the changes you did to configure.m4 to
> configure.py? I'd like to keep them in sync.
Sure. The attached goes in.
Georg
Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.758
diff -u -p -r1.758 ChangeLog
--- lib/ChangeLog 3 Feb 2006 21:47:24 -0000 1.758
+++ lib/ChangeLog 6 Feb 2006 10:07:10 -0000
@@ -1,3 +1,7 @@
+2006-02-06 Georg Baum <[EMAIL PROTECTED]>
+
+ * configure.py: sync with configure.m4
+
2006-02-02 Georg Baum <[EMAIL PROTECTED]>
* configure.m4: add lyx13x format and converter
Index: lib/configure.py
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/configure.py,v
retrieving revision 1.1
diff -u -p -r1.1 configure.py
--- lib/configure.py 18 Sep 2005 09:03:11 -0000 1.1
+++ lib/configure.py 6 Feb 2006 10:07:10 -0000
@@ -407,7 +407,8 @@ checkProg('a LaTeX -> HTML converter', [
# 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 "" "d
\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"