]> git.donarmstrong.com Git - lilypond.git/commitdiff
(read_dict): remove "example file:"
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 25 Jul 2003 00:03:35 +0000 (00:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 25 Jul 2003 00:03:35 +0000 (00:03 +0000)
ChangeLog
buildscripts/mutopia-index.py

index ea68a8c344ed0bfee5a12d01e55fc9f37673a867..4f826490434938619f8444bc8b853df795747261 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/GNUmakefile: copy unsplit file to
+       lilypond.html (idem for lilypond-internals).
+
+       * buildscripts/mutopia-index.py (read_dict): remove "example file:"
+
        * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
 
        * python/lilylib.py (lilypond_version): 2.1 proof version check.
index 345a2f4c94f8439c08a3953469a5000a8eafde9d..ca23fe6452fb6b521f61b0e8669bd6e9ec835d4a 100644 (file)
@@ -146,9 +146,9 @@ def gen_list(inputs, filename):
                desc = read_dict('description', '')
                list.write('<hr>\n')
                list.write('<h1>%s</h1>\n' % head);
-               if composer <> '':
+               if composer:
                        list.write('<h2>%s</h2>\n' % composer)
-               if desc <> '':
+               if desc:
                        list.write('%s<p>' % desc)
                list.write ('<ul>\n')
                def list_item(filename, desc, type, l = list):