From: Michael D. <mik...@us...> - 2004-10-20 18:08:48
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv982 Modified Files: doc.build Log Message: worked on a little bit more. Index: doc.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/doc.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doc.build 19 Oct 2004 04:32:02 -0000 1.1 --- doc.build 20 Oct 2004 18:08:31 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" ?> - <project name="doc" --- 1,3 ---- *************** *** 15,23 **** need to make sure that xsltproc is in the path --> ! <mkdir dir="html-single\${lang}" failonerror="false" /> <exec program="xsltproc" commandline="--output html-single\${lang}\reference.html ${lang}\styles\html.xsl ${lang}\master.xml" /> ! </target> ! </project> \ No newline at end of file --- 14,24 ---- need to make sure that xsltproc is in the path --> ! <mkdir dir="html-single/${lang}" failonerror="false" /> ! <mkdir dir="html-single/${lang}/styles" failonerror="false" /> <exec program="xsltproc" commandline="--output html-single\${lang}\reference.html ${lang}\styles\html.xsl ${lang}\master.xml" /> ! <copy file="${lang}/styles/html.css" tofile="html-single/${lang}/styles/html.css" /> </target> ! ! </project> |