]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
DocBook: use DocBookWrapperMergeWithPrevious in the code.
[lyx.git] / lib / configure.py
index f48fbf3f2f735234221b84a89b4ac1e229ec8f9a..cea9bdc886243dc51f474ae6535e74719159796a 100644 (file)
@@ -1242,7 +1242,6 @@ def checkConverterEntries():
     # checkProg('Image converter', ['convert $$i $$o'])
     #
     # Entries that do not need checkProg
-    # \converter docbook    docbook5   "cp $$i $$o"    "xml"
     addToRC(r'''
 \converter csv        lyx        "python -tt $$s/scripts/csv2lyx.py $$i $$o"   ""
 \converter fen        asciichess "python -tt $$s/scripts/fen2ascii.py $$i $$o" ""
@@ -1262,6 +1261,7 @@ def checkConverterEntries():
 \converter klyx       lyx        "python -tt $$s/lyx2lyx/lyx2lyx -c euc_kr -o $$o $$i" ""
 \converter lyxpreview png        "python -tt $$s/scripts/lyxpreview2bitmap.py --png"   ""
 \converter lyxpreview ppm        "python -tt $$s/scripts/lyxpreview2bitmap.py --ppm"   ""
+\converter docbook    docbook5   "cp $$i $$o"  "xml"
 ''')