]> git.lyx.org Git - features.git/blobdiff - lib/scripts/layout2layout.py
New layout tags specifically for CSS information.
[features.git] / lib / scripts / layout2layout.py
index 66caa57ece0bd931603309ad71b062d4325e01f8..fe7c4e175cc6700d3c64b151f7ecdc6ecc960809 100644 (file)
@@ -129,7 +129,7 @@ import os, re, string, sys
 # development/tools/updatelayouts.sh script to update all
 # layout files to the new format.
 
-currentFormat = 35
+currentFormat = 36
 
 
 def usage(prog_name):
@@ -314,6 +314,10 @@ def convert(lines):
                 i += 1
             continue
 
+        if format == 35:
+          i += 1
+          continue
+
         if format == 34:
           match = re_InsetLayout2.match(lines[i])
           if not match: