]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/auxiliar/buildlib.py
Issue 5167/2: Let `make-markup' fetch the signature itself
[lilypond.git] / python / auxiliar / buildlib.py
index 411007e5cea30e7110372acb54f9a69e67264bb5..a2a553aa04f8d4edcf94f1d5d10038d28548f15d 100644 (file)
@@ -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'