]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): bugfix for RH RPM
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 23 Sep 2002 09:20:27 +0000 (09:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 23 Sep 2002 09:20:27 +0000 (09:20 +0000)
instructions.

Documentation/topdocs/INSTALL.texi
buildscripts/mutopia-index.py

index 3aa6434629f4394f0027df48947dbf1fe7940a9f..9ad26f21df6726b5aa4eae84982e14722116694b 100644 (file)
@@ -358,6 +358,7 @@ You can also compile them yourself.  A spec file is in
 with the sources.  You can make the rpm by issuing
 @example 
 
+        cp lilypond-x.y.z.tar.gz /usr/src/redhat/SOURCES/
         tar xfz lilypond-x.y.z.tar.gz
        rpm -bb lilypond-x.y.z/make/out/lilypond.redhat.spec
        rpm -i /usr/src/redhat/RPMS/i386/lilypond-x.y.z
index 0faeb5ea069d414242513c9667131aec7e19815c..8731b01fe07dbc281681ba265c1043d10a2d33a3 100644 (file)
@@ -153,7 +153,12 @@ def gen_list(inputs, filename):
                list.write ('<ul>\n')
                def list_item(filename, desc, type, l = list):
                        if file_exist_b(filename):
+                               
                                l.write ('<li><a href="%s">%s</a>' % (filename, desc))
+
+                               # todo: include warning if it uses \include
+                               # files.
+                               
                                size=os.stat(filename)[stat.ST_SIZE]
                                kB=(size + 512) / 1024
                                if kB: