]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/package-diff.py
release: 1.1.40
[lilypond.git] / stepmake / bin / package-diff.py
index e8e28f1bab676efebc02e66d0659792913fa7fd7..2645a6fd53e895466583202dd5219787b61ce329 100644 (file)
@@ -93,17 +93,17 @@ def remove_configure (dir):
 # ugh, how to get rid of .tex files generated by lily?
 pats = ['configure', '*.diff', '*.diff.gz', '*.pyc',  '*.txt']
 
-header = 'Generated by %s using %s,\
-\nFrom = %s, To = %s\n\
-\n\
-usage \n\
-\n\
-    cd %s-source-dir; patch -E -p1 < %s\n\
-\n\
-Patches do not contain automatically generated files \n\
-or (urg) empty directories, \n\
-i.e., you should rerun autoconf, configure \n\
-and possibly make outdirs.\n\n'
+header = """Generated by %s using %s,
+From = %s, To = %s
+
+usage 
+
+    cd %s-source-dir; patch -E -p1 < %s
+
+Patches do not contain automatically generated files 
+or (urg) empty directories, 
+i.e., you should rerun autoconf, configure """
+
 
 def makediff (fromdir, todir, patch_name):