From 1312581e62dc762d12d73e43cd7fb3f880fff88b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 25 Apr 2011 01:50:45 +0000 Subject: [PATCH] Add a LyX 2.0 export format. We don't seem to have done this for 1.6.x, but the facility is there, and people might want to do it. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38488 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/configure.py b/lib/configure.py index ddcd8bbe03..f426797c37 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -360,6 +360,7 @@ def checkFormatEntries(dtl_tools): \Format lyx13x lyx13 "LyX 1.3.x" "" "" "" "document" \Format lyx14x lyx14 "LyX 1.4.x" "" "" "" "document" \Format lyx15x lyx15 "LyX 1.5.x" "" "" "" "document" +\Format lyx20x lyx20 "LyX 2.0.x" "" "" "" "document" \Format clyx cjklyx "CJK LyX 1.4.x (big5)" "" "" "" "document" \Format jlyx cjklyx "CJK LyX 1.4.x (euc-jp)" "" "" "" "document" \Format klyx cjklyx "CJK LyX 1.4.x (euc-kr)" "" "" "" "document" @@ -602,6 +603,7 @@ def checkConverterEntries(): \converter lyx lyx13x "python -tt $$s/lyx2lyx/lyx2lyx -t 221 $$i > $$o" "" \converter lyx lyx14x "python -tt $$s/lyx2lyx/lyx2lyx -t 245 $$i > $$o" "" \converter lyx lyx15x "python -tt $$s/lyx2lyx/lyx2lyx -t 276 $$i > $$o" "" +\converter lyx lyx20x "python -tt $$s/lyx2lyx/lyx2lyx -t 413 $$i > $$o" "" \converter lyx clyx "python -tt $$s/lyx2lyx/lyx2lyx -c big5 -t 245 $$i > $$o" "" \converter lyx jlyx "python -tt $$s/lyx2lyx/lyx2lyx -c euc_jp -t 245 $$i > $$o" "" \converter lyx klyx "python -tt $$s/lyx2lyx/lyx2lyx -c euc_kr -t 245 $$i > $$o" ""