]> git.donarmstrong.com Git - lilypond.git/commitdiff
Reduce output from scripts during make doc
authorPhil Holmes <mail@philholmes.net>
Sat, 1 Sep 2012 15:15:11 +0000 (16:15 +0100)
committerPhil Holmes <mail@philholmes.net>
Sat, 1 Sep 2012 17:49:29 +0000 (18:49 +0100)
scripts/build/yyout2grammar.py
scripts/lilypond-book.py

index d46f648cd5fef2a9e94a7c587fe7b198b8c181f3..8b4b262aaa6fd3c4b96b2a891f69ccaac598ecdf 100755 (executable)
@@ -84,8 +84,6 @@ else:
     in_name = sys.argv[1]
     out_name = sys.argv[2]
 
-    print "input file name",in_name
-    print "output file name",out_name
     in_file = open(in_name,'r')
     out_file= open(out_name, 'w')
 
index 1e0f7abf661d9ede9773e81d1277fdd91f6c57d7..903e5e522176b6a31b97a1edd424ae1179dda3a5 100644 (file)
@@ -651,7 +651,7 @@ def do_options ():
     nr = 0
     for i in global_options.custom_packages:
         nr += 1
-        print imp.load_source ("book_custom_package%s" % nr, i)
+        progress (str(imp.load_source ("book_custom_package%s" % nr, i)))
 
 
     if global_options.warranty: