From: fred Date: Tue, 26 Mar 2002 21:30:03 +0000 (+0000) Subject: lilypond-1.1.40 X-Git-Tag: release/1.5.59~2739 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26e0d8971b1ed168f60d44f043bb1631ebe0c22e;p=lilypond.git lilypond-1.1.40 --- diff --git a/stepmake/bin/package-diff.py b/stepmake/bin/package-diff.py index e8e28f1bab..2645a6fd53 100644 --- a/stepmake/bin/package-diff.py +++ b/stepmake/bin/package-diff.py @@ -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):