Revision: 1627
http://cs-sdl.svn.sourceforge.net/cs-sdl/?rev=1627&view=rev
Author: stekman
Date: 2010-11-17 14:20:28 +0000 (Wed, 17 Nov 2010)
Log Message:
-----------
Fix of documentation build
Modified Paths:
--------------
trunk/TaoSdl/doc/Doxyfile
trunk/TaoSdl/tao.build
Modified: trunk/TaoSdl/doc/Doxyfile
===================================================================
--- trunk/TaoSdl/doc/Doxyfile 2010-11-16 22:19:24 UTC (rev 1626)
+++ trunk/TaoSdl/doc/Doxyfile 2010-11-17 14:20:28 UTC (rev 1627)
@@ -31,7 +31,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = svn101114
+PROJECT_NUMBER = 2.1.0SDL.NET
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -590,7 +590,7 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = /home/stekman/Projects/taoframework/src
+INPUT = ./src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Modified: trunk/TaoSdl/tao.build
===================================================================
--- trunk/TaoSdl/tao.build 2010-11-16 22:19:24 UTC (rev 1626)
+++ trunk/TaoSdl/tao.build 2010-11-17 14:20:28 UTC (rev 1627)
@@ -9,7 +9,7 @@
<!-- global project settings -->
<property name="project.config" value="Release" />
- <property name="project.version" value="2.1.0" />
+ <property name="project.version" value="2.1.0_SDLNET" />
<property name="src.dir" value="src" />
<property name="examples.dir" value="examples" />
<property name="tests.dir" value="tests" />
@@ -44,6 +44,9 @@
<delete dir="${bin.dir}" failonerror="false" />
<delete dir="${obj.dir}" failonerror="false" />
<delete dir="${dist.dir}" failonerror="false" />
+ <delete dir="${doc.dir}/html" failonerror="false" />
+ <delete dir="${doc.dir}/latex" failonerror="false" />
+ <delete dir="${doc.dir}/rtf" failonerror="false" />
<nant buildfile="${src.dir}/Tao.Sdl/Tao.Sdl.build" target="clean" />
</target>
@@ -61,7 +64,7 @@
<nant buildfile="${src.dir}/Tao.Sdl/Tao.Sdl.build" target="${nant.settings.currentframework} build-release" />
</target>
- <target name="package" depends="clean" description="Package">
+ <target name="package" depends="clean, doc" description="Package">
<nant buildfile="${src.dir}/Tao.Sdl/Tao.Sdl.build" target="${nant.settings.currentframework} package" />
<call target="copyfiles" />
<call target="zip" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|