bloritsch 2003/06/26 07:20:13
Modified: csframework AvalonFramework.build
Log:
minor fixes to the build to pull the compiled API docs to the rest of the stuff
Revision Changes Path
1.9 +9 -2 avalon-sandbox/csframework/AvalonFramework.build
Index: AvalonFramework.build
===================================================================
RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- AvalonFramework.build 25 Jun 2003 21:22:52 -0000 1.8
+++ AvalonFramework.build 26 Jun 2003 14:20:13 -0000 1.9
@@ -47,7 +47,7 @@
</fileset>
</copy>
- <ndoc verbose="true">
+ <ndoc>
<assemblies>
<includes name="${library.name}.dll"/>
</assemblies>
@@ -57,7 +57,7 @@
<documenters>
<documenter name="MSDN">
<property name="OutputDirectory" value="doc\MSDN" />
- <property name="HtmlHelpName" value="AvalonFramework" />
+ <property name="HtmlHelpName" value="${library.name}" />
<property name="HtmlHelpCompilerFilename" value="hhc.exe" />
<property name="IncludeFavorites" value="False" />
<property name="Title" value="The Avalon Framework API Docs" />
@@ -78,6 +78,12 @@
</documenter>
</documenters>
</ndoc>
+
+ <copy todir=".">
+ <fileset basedir="doc/MSDN">
+ <includes name="${library.name}.chm"/>
+ </fileset>
+ </copy>
</target>
<target name="clean" description="Clean up after ourselves">
@@ -86,6 +92,7 @@
<includes name="*.pdb"/>
<includes name="*.dll"/>
<includes name="*.xml"/>
+ <includes name="*.chm"/>
<includes name="doc"/>
</fileset>
</delete>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]