From: John Mandereau Date: Sat, 24 Feb 2007 11:30:36 +0000 (+0100) Subject: Nit X-Git-Tag: release/2.10.20-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10095a9aa63c857fa9d6fbdf58c4e1eae6ed9f07;p=lilypond.git Nit --- diff --git a/buildscripts/texi-skeleton-update.py b/buildscripts/texi-skeleton-update.py index a2a5df3ccd..399b22effc 100644 --- a/buildscripts/texi-skeleton-update.py +++ b/buildscripts/texi-skeleton-update.py @@ -15,7 +15,7 @@ for f in new_skeletons: if f in orig_skeletons: g = open (os.path.join (sys.argv[1], f), 'r').read () if '-- SKELETON FILE --' in g: - sys.stderr.write ("Copying %s...\n" % f) + sys.stderr.write ("Updating %s...\n" % f) shutil.copy (os.path.join (sys.argv[2], f), sys.argv[1]) else: sys.stderr.write ("Copying new file %s...\n" % f)