commit 91c3a3b11e1b6dbb3d30cf2659f2c62c5bc8901d
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Thu May 2 11:21:01 2024 -0400

    Add 2.4.x converter
---
 lib/configure.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/configure.py b/lib/configure.py
index 747299050a..1ee8c17210 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -806,6 +806,7 @@ def checkFormatEntries(dtl_tools):
 \Format lyx20x     20.lyx "LyX 2.0.x"             "" ""        ""      
"document"      ""
 \Format lyx21x     21.lyx "LyX 2.1.x"             "" ""        ""      
"document"      ""
 \Format lyx22x     22.lyx "LyX 2.2.x"             "" ""        ""      
"document,menu=export"  ""
+\Format lyx24x     24.lyx "LyX 2.4.x"             "" ""        ""      
"document,menu=export"  ""
 \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"      ""
@@ -1270,6 +1271,7 @@ def checkConverterEntries():
 \converter lyx        lyx20x     "python -tt $$s/lyx2lyx/lyx2lyx -V 2.0 -o $$o 
$$i"    ""
 \converter lyx        lyx21x     "python -tt $$s/lyx2lyx/lyx2lyx -V 2.1 -o $$o 
$$i"    ""
 \converter lyx        lyx22x     "python -tt $$s/lyx2lyx/lyx2lyx -V 2.2 -o $$o 
$$i"    ""
+\converter lyx        lyx24x     "python -tt $$s/lyx2lyx/lyx2lyx -V 2.4 -o $$o 
$$i"    ""
 \converter lyx        clyx       "python -tt $$s/lyx2lyx/lyx2lyx -V 1.4 -o $$o 
-c big5   $$i"  ""
 \converter lyx        jlyx       "python -tt $$s/lyx2lyx/lyx2lyx -V 1.4 -o $$o 
-c euc_jp $$i"  ""
 \converter lyx        klyx       "python -tt $$s/lyx2lyx/lyx2lyx -V 1.4 -o $$o 
-c euc_kr $$i"  ""
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to