Update of /cvsroot/jython/jython/installer
In directory usw-pr-cvs1:/tmp/cvs-serv15339
Modified Files:
mklist.py
Log Message:
Install the correct image.
Do not install the .ht files.
Index: mklist.py
===================================================================
RCS file: /cvsroot/jython/jython/installer/mklist.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mklist.py 2001/01/15 19:28:11 1.8
--- mklist.py 2001/01/16 20:40:35 1.9
***************
*** 176,181 ****
comment("Docs")
! listfiles(None, "Doc", '*.html', '*.ht')
! binary("Doc/images/jpython-new-small.gif")
binary("Doc/images/PythonPoweredSmall.gif")
listfiles(None, "Doc/api", '*.html')
--- 176,181 ----
comment("Docs")
! listfiles(None, "Doc", '*.html')
! binary("Doc/images/jython-new-small.gif")
binary("Doc/images/PythonPoweredSmall.gif")
listfiles(None, "Doc/api", '*.html')
|