~lyx-outline-devel/lyx/lyx-stable.20x

« back to all changes in this revision

Viewing changes to lib/configure.py

  • Committer: Richard Heck
  • Date: 2014-04-11 16:10:31 UTC
  • Revision ID: git-v1:7cdfa9b29a8a74f62fa722a4282d08db43f4f0b3
Better idea: Let's allow export of 2.1.x files. Someone might want to
do that. But let's not put it on the export menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
672
672
\Format lyx14x     14.lyx  "LyX 1.4.x"             "" ""        ""      "document"
673
673
\Format lyx15x     15.lyx  "LyX 1.5.x"             "" ""        ""      "document"
674
674
\Format lyx16x     16.lyx  "LyX 1.6.x"             "" ""        ""      "document,menu=export"
675
 
\Format lyx21x     21.lyx  "LyX 2.1.x"             "" ""        ""      "document,menu=export"
 
675
\Format lyx21x     21.lyx  "LyX 2.1.x"             "" ""        ""      "document"
676
676
\Format clyx       cjklyx "CJK LyX 1.4.x (big5)"  "" "" ""      "document"
677
677
\Format jlyx       cjklyx "CJK LyX 1.4.x (euc-jp)" "" ""        ""      "document"
678
678
\Format klyx       cjklyx "CJK LyX 1.4.x (euc-kr)" "" ""        ""      "document"
1009
1009
\converter lyx        lyx14x     "python -tt $$s/lyx2lyx/lyx2lyx -t 245 $$i > $$o"      ""
1010
1010
\converter lyx        lyx15x     "python -tt $$s/lyx2lyx/lyx2lyx -t 276 $$i > $$o"      ""
1011
1011
\converter lyx        lyx16x     "python -tt $$s/lyx2lyx/lyx2lyx -t 345 $$i > $$o"      ""
 
1012
\converter lyx        lyx21x     "python -tt $$s/lyx2lyx/lyx2lyx -t 474 $$i > $$o"      ""
1012
1013
\converter lyx        clyx       "python -tt $$s/lyx2lyx/lyx2lyx -c big5 -t 245 $$i > $$o"      ""
1013
1014
\converter lyx        jlyx       "python -tt $$s/lyx2lyx/lyx2lyx -c euc_jp -t 245 $$i > $$o"    ""
1014
1015
\converter lyx        klyx       "python -tt $$s/lyx2lyx/lyx2lyx -c euc_kr -t 245 $$i > $$o"    ""