OSDN Git Service

Update ignore file and readme to how build document
authorFrank Li <lznuaa@gmail.com>
Sun, 8 Feb 2009 10:12:34 +0000 (18:12 +0800)
committerFrank Li <lznuaa@gmail.com>
Sun, 8 Feb 2009 10:12:34 +0000 (18:12 +0800)
.gitignore
doc/readme.txt

index 13e1ce1..d7be3cf 100644 (file)
@@ -6,3 +6,5 @@ obj
 *.chm\r
 ext/scintilla/vcbuild/Release\r
 IBugTraqProvider_?.?\r
+/Tools\r
+/doc/output
\ No newline at end of file
index 21d1a05..0740c9b 100644 (file)
@@ -17,13 +17,9 @@ tools\xsl\           - the docbook xsl files from sourceforge
 tools\                 - xsl processor, hhc.exe, ...\r
 \r
 you can download all the required tools as a zip package from our website:\r
-http://tortoisesvn.tigris.org/servlets/ProjectDocumentList?folderID=616\r
+http://groups.google.com/group/tortoisegit-dev/files/\r
+tools.z01 tools.z02 tools.zip. Use winzip extract to \TortotiseGit\Tools\r
 \r
-Note that building the documentation for TSVN version 1.5 and later, you need the\r
-Tools-1.5.zip.\r
-\r
-Currently you can build the docs using NAnt. Download a current release from:\r
-http://sourceforge.net/project/showfiles.php?group_id=31650\r
 \r
 Please note that having spaces in your directory path will (for the time being)\r
 cause the documentation build process to fail.\r
@@ -63,6 +59,11 @@ Building the docs:
 \r
 NAnt Build:\r
 -----------\r
+\r
+VS->Tools->Vistual Studio 2008 command line\r
+cd doc\r
+..\tools\nant-0.86-beta1\bin\nant.exe\r
+\r
 A NAnt build script has been provided to build the docs. When doc.build is run for\r
 the first time, the template doc.build.include.template is copied to doc.build.include.\r
 \r