X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Ftexi-skeleton-update.py;h=f76140827422f9a5133d692eea16e342d1d1d7ff;hb=0d376109ce5a780a46bdafaa4e5e3fae4eec175c;hp=f6e8e21d5e6d62159cd7a3587bdb9e99a7bc66d7;hpb=2f987c0bacf1706f9bcc1b4f31f7e81732f28e03;p=lilypond.git diff --git a/buildscripts/texi-skeleton-update.py b/buildscripts/texi-skeleton-update.py index f6e8e21d5e..f761408274 100644 --- a/buildscripts/texi-skeleton-update.py +++ b/buildscripts/texi-skeleton-update.py @@ -9,9 +9,7 @@ import shutil sys.stderr.write ('texi-skeleton-update.py\n') orig_skeletons = set ([os.path.basename (f) for f in glob.glob (sys.argv[1] + '/*.ite??')]) -print orig_skeletons new_skeletons = set ([os.path.basename (f) for f in glob.glob (sys.argv[2] + '/*.ite??')]) -print new_skeletons for f in new_skeletons: if f in orig_skeletons: