[Super-tux-commit] htdocs Makefile,1.15,1.16 default.xsl,1.9,1.10 menu.xml,1.3,1.4
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-05-05 15:33:42
|
Update of /cvsroot/super-tux/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10407 Modified Files: Makefile default.xsl menu.xml Log Message: - added some milestone2 goals Index: menu.xml =================================================================== RCS file: /cvsroot/super-tux/htdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- menu.xml 2 May 2004 21:36:11 -0000 1.3 +++ menu.xml 5 May 2004 15:33:33 -0000 1.4 @@ -3,6 +3,7 @@ <menu> <item section="." file="welcome.html">SuperTux</item> <item section="milestone1" file="milestone1/index.html">Milestone1</item> + <item section="milestone2" file="milestone2/index.html">Milestone2</item> <item section="development" file="development/index.html">Development</item> <item section="sfnet" file="http://sourceforge.net/projects/super-tux/">SF.Net</item> </menu> Index: Makefile =================================================================== RCS file: /cvsroot/super-tux/htdocs/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile 3 May 2004 15:40:19 -0000 1.15 +++ Makefile 5 May 2004 15:33:33 -0000 1.16 @@ -12,6 +12,8 @@ development/actions.html \ development/enemies.html \ \ + milestone2/index.html \ + \ milestone1/index.html \ milestone1/levels.html \ milestone1/music.html \ @@ -52,8 +54,6 @@ mkdir -p output/milestone1/images/ cp -v output/welcome.html output/index.html cp -v default.css output/ - cp -v default.css output/development/ - cp -v default.css output/milestone1/ cp -v images/*.jpg output/images/ cp -v images/*.png output/images/ cp -v milestone1/images/*.jpg output/milestone1/images/ Index: default.xsl =================================================================== RCS file: /cvsroot/super-tux/htdocs/default.xsl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- default.xsl 2 May 2004 21:36:11 -0000 1.9 +++ default.xsl 5 May 2004 15:33:33 -0000 1.10 @@ -26,7 +26,7 @@ <html> <head> <title>SuperTux</title> - <link rel="stylesheet" type="text/css" href="default.css" /> + <link rel="stylesheet" type="text/css" href="{$basedir}default.css" /> <link rel="icon" href="images/favicon.png" type="image/png" /> </head> |