Author: fmantek
Date: Tue Nov 27 08:52:27 2007
New Revision: 350
Modified:
trunk/clients/cs/misc/GDataProject.shfb
trunk/clients/cs/misc/pushdoc.cmd
Log:
updated documentation build script
Modified: trunk/clients/cs/misc/GDataProject.shfb
==============================================================================
--- trunk/clients/cs/misc/GDataProject.shfb (original)
+++ trunk/clients/cs/misc/GDataProject.shfb Tue Nov 27 08:52:27 2007
@@ -113,7 +113,7 @@
<VisibleItems>InheritedMembers, InheritedFrameworkMembers,
Protected, SealedProtected</VisibleItems>
<HtmlHelp1xCompilerPath path="" />
<HtmlHelp2xCompilerPath path="" />
- <OutputPath>D:\googlegdata\clients\cs\docs\HTMLDocumentation\</OutputPath>
+ <OutputPath>D:\googlegdata\clients\cs\docs\TempHTML\</OutputPath>
<SandcastlePath path="" />
<WorkingPath path="" />
<CleanIntermediates>True</CleanIntermediates>
Modified: trunk/clients/cs/misc/pushdoc.cmd
==============================================================================
--- trunk/clients/cs/misc/pushdoc.cmd (original)
+++ trunk/clients/cs/misc/pushdoc.cmd Tue Nov 27 08:52:27 2007
@@ -3,10 +3,17 @@
set src_home=..\src\VS2003
set out_dir=..\lib
set doc_dir=..\docs
+set target_dir=..\docs\generated
+set temp_dir=..\docs\TempHTML
rem build documentation
"%shfb_home%\SandcastleBuilderConsole.exe" GDataProject.shfb
-move "%doc_dir%\HTMLDocumentation\Google.GData.Documentation.chm" "%doc_dir%"
-move "%doc_dir%\HTMLDocumentation\*.log" .
+move "%temp_dir%\Google.GData.Documentation.chm" "%doc_dir%\"
+move "%temp_dir%\TempHTML\*.log" .
+
+echo "%temp_dir%\*.*"
+echo "%target_dir%\*.*"
+move /y "%temp_dir%\*.*" "%target_dir%\"
+move /y "%temp_dir%\html\*.*" "%target_dir%\html\"
+
-call createzip.cmd
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---