From: Michael D. <mik...@us...> - 2004-10-19 04:32:12
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13983/reference Added Files: Code Project - DocBook Win32 HowTo.url doc.build tools download.url Log Message: A start on the documentation for nhibernate. --- NEW FILE: doc.build --- <?xml version="1.0" ?> <project name="doc" default="build" xmlns="http://nant.sf.net/schemas/nant-0.84.win32.net-1.0.xsd" > <property name="lang" value="en" /> <target name="build" description="Generates html from docbook files."> <!-- I have not figured out a way to modify the Path through NAnt so you 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> --- NEW FILE: tools download.url --- [InternetShortcut] URL=ftp://ftp.zlatkovic.com/pub/libxml/ Modified=40C0D92D0F32C4010C --- NEW FILE: Code Project - DocBook Win32 HowTo.url --- [InternetShortcut] URL=http://www.codeproject.com/winhelp/docbook_howto.asp Modified=40C0D92D0F32C4010C |