From 38fd7b00b85cbfe8a904c5ec39c622675155cb2e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 6 Feb 2006 10:09:15 +0000 Subject: [PATCH] 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 --- lib/ChangeLog | 4 ++++ lib/configure.py | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 94ca7e1b77..2d7bddc351 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-02-06 Georg Baum + + * configure.py: sync with configure.m4 + 2006-02-02 Georg Baum * configure.m4: add lyx13x format and converter diff --git a/lib/configure.py b/lib/configure.py index 6e2de47041..a03981e60d 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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" -- 2.39.2