Update of /cvsroot/jython/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv8125
Modified Files:
Makefile
Log Message:
Added NEWS. Ensure that the NEWS.html gets generated by default.
Index: Makefile
===================================================================
RCS file: /cvsroot/jython/htdocs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile 2000/12/31 13:40:32 1.2
--- Makefile 2001/02/01 14:22:12 1.3
***************
*** 21,25 ****
MacOS_Install4.html \
MacOS_Install5.html \
!
all: $(HTMLFILES)
--- 21,25 ----
MacOS_Install4.html \
MacOS_Install5.html \
! NEWS.html
all: $(HTMLFILES)
|