]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.40
authorfred <fred>
Tue, 26 Mar 2002 21:30:03 +0000 (21:30 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:30:03 +0000 (21:30 +0000)
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):