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
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: