]> git.donarmstrong.com Git - lilypond.git/commitdiff
* GNUmakefile (upload): New target.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 31 Mar 2003 14:22:50 +0000 (14:22 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 31 Mar 2003 14:22:50 +0000 (14:22 +0000)
* scripts/ly2dvi.py: Add newline.

ChangeLog
scripts/ly2dvi.py

index fcdda569edcc31ad0f16a1c8654dbbd1adc2f768..7436e8a76e4d7a93a63945e848d04b31919ad388 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/ly2dvi.py: Add newline.
+
 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scripts/ly2dvi.py (dependency_files): Compile fix.
index 08c6effdec67f7b153056eb8b289486cca26559c..1359a745b6c779fe2d5a0e3ed6eea4da95031b56 100644 (file)
@@ -647,6 +647,7 @@ def make_html_menu_file (html_file, files_found):
 
        html_str += "\n\n</li>"
        ly.progress (_("Writing HTML menu `%s'") % html_file)
+       ly.progress ('\n')
        open (html_file, 'w').write (html_str)
        
 ################################################################