]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/auxiliar/buildlib.py
Issue 4718/1: In-chord tie in cue causes segfault
[lilypond.git] / python / auxiliar / buildlib.py
index 3f29b1cd1b2a3a3ff5170e1b9c5de7978f37b6dd..a2a553aa04f8d4edcf94f1d5d10038d28548f15d 100644 (file)
@@ -30,7 +30,7 @@ renames_map = {
 
 # FIXME: Hardcoded file names!?
 manuals_subdirectories_re = \
-    re.compile ('(usage|automated-engraving|essay|extending|general|learning|notation)/')
+    re.compile ('(usage|automated-engraving|changes|essay|extending|web|learning|notation)/')
 
 def add_old_name (file_path):
     for new_path in renames_map:
@@ -67,6 +67,8 @@ def check_translated_doc (original, translated_file, translated_contents,
         sys.stderr.write (no_committish_fatal_error % translated_file)
         sys.exit (1)
     revision = m.group (1)
+    if revision == '0':
+        return '', 0
 
     if color:
         color_flag = '--color --color-words'