Update of /cvsroot/mockobjects/mockobjects-java/doc
In directory usw-pr-cvs1:/tmp/cvs-serv1754
Modified Files:
site.xml
Log Message:
Tidy up html and change template to use external css
Index: site.xml
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/doc/site.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- site.xml 29 Aug 2002 12:57:49 -0000 1.2
+++ site.xml 2 Sep 2002 10:26:25 -0000 1.3
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="site" default="site" basedir=".">
- <target name="site">
+ <target name="copy-stylesheet">
+ <copy file="html/stylesheet.css" todir="out"/>
+ </target>
+
+ <target name="site" depends="copy-stylesheet">
<javac srcdir=".">
<include name="SiteHack.java"/>
</javac>
|