1 rem ==========================
2 rem Generates the documentation
3 rem ==========================
6 tools\nant\nant.exe -buildfile:GitSharp.build %1 -t:net-3.5 -D:build.config=release -D:build.vcs.number.1=%BUILD_VCS_NUMBER% compile-gitsharp
8 docu ..\..\build\net-3.5-release\bin\GitSharp.dll
10 rem The docs are generated into tools\docu\output