]> git.donarmstrong.com Git - lilypond.git/commitdiff
WEB: verbosity nits.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 12 Aug 2009 19:10:02 +0000 (21:10 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 12 Aug 2009 19:10:02 +0000 (21:10 +0200)
Documentation/web-texi2html.init
scripts/build/extract_texi_filenames.py

index f266657c8d3cdc42409d763b7997a06125309986..e3307dd9c16bd6c749798111743d39ddf0c9a7f8 100644 (file)
@@ -235,6 +235,7 @@ sub load_map_file ($)
     my $node_map = ();
 
     if (open(XREFFILE, $mapfile)) {
+        print STDERR "Reading map file: $mapfile\n";
         my $line;
         while ( $line = <XREFFILE> ) {
             # parse the tab-separated entries and insert them into the map:
@@ -248,7 +249,7 @@ sub load_map_file ($)
         }
         close (XREFFILE);
     } else {
-        print STDERR "WARNING: Unable to load the map file $mapfile\n";
+        print STDERR "warning: cannot load map file: no such file: $mapfile\n";
     }
     return $node_map;
 }
@@ -455,7 +456,6 @@ sub lilypond_external_href($$$)
 my $page_toc_depth = 2;
 my @default_toc = [];
 
-
 # Initialize the toc_depth to 1 if the command-line option -D=short_toc is given
 sub lilypond_init_toc_depth ()
 {
index e58b0ddc7b42392d01c3090f42affc74f1a99209..61f6014e160894808a8c1cde678b0e24b861abfa 100644 (file)
@@ -185,6 +185,7 @@ def process_sections (filename, lang_suffix, page):
     sections = section_translation_re.findall (page)
     basename = os.path.splitext (os.path.basename (filename))[0]
     p = os.path.join (outdir, basename) + lang_suffix + '.xref-map'
+    print 'writing:', p
     f = open (p, 'w')
 
     this_title = ''