[Super-tux-commit] htdocs Makefile,1.9,1.10 download.xml,1.2,1.3
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-28 21:32:55
|
Update of /cvsroot/super-tux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21823 Modified Files: Makefile download.xml Log Message: - removed patent banner Index: download.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/download.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- download.xml 16 Mar 2004 14:12:52 -0000 1.2 +++ download.xml 28 Apr 2004 21:32:31 -0000 1.3 @@ -2,9 +2,9 @@ <page title="SuperTux"> <section title="SuperTux"> <p> - Lastest version of SuperTux is 0.0.5, released in December 23, 2003. + Lastest version of SuperTux is 0.0.6, released in March 15, 2004. Get it from: <a -href="http://prdownloads.sourceforge.net/super-tux/supertux-0.0.5.tar.bz2?download">here</a>. + href="http://prdownloads.sourceforge.net/super-tux/supertux-0.0.6.tar.bz2?download">here</a>. </p> <p> The development version can be getted via CVS with the following Index: Makefile =================================================================== RCS file: /cvsroot/super-tux/htdocs/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile 28 Apr 2004 14:34:05 -0000 1.9 +++ Makefile 28 Apr 2004 21:32:31 -0000 1.10 @@ -1,5 +1,5 @@ HTMLOUT = \ - index.html \ + welcome.html \ download.html \ authors.html \ \ @@ -50,6 +50,7 @@ cp -v default.css output/milestone1/ cp -v milestone1/images/*.jpg output/milestone1/images/ cp -v milestone1/images/*.png output/milestone1/images/ + cp -v milestone1/images/*.gif output/milestone1/images/ cp -v development/images/*.jpg output/development/images/ cp -v development/images/*.png output/development/images/ |