builddoc.bat #1

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • API/
  • P4.Net/
  • main/
  • doc/
  • builddoc.bat
  • View
  • Commits
  • Open Download .zip Download (505 B)
@echo off
rd /s /q ndoc
mkdir ndoc

rem run ndoc
..\ext\ndoc\NDocConsole.exe -project=p4.net.ndoc

rem, overwrite custom files
copy /y ndoc-mod\contents.html ndoc\contents.html
copy /y ndoc-mod\P4.Net.hhc ndoc\P4.Net.hhc
copy /y ndoc-mod\tree.js ndoc\tree.js

rem manually run hhc... hard-coded path (sorry)
"C:\Program Files\HTML Help Workshop\hhc.exe" ndoc\P4.Net.hhp

attrib -r html\*
attrib -r chm\*

rd /s /q html
xcopy /eciyz /exclude:html.exclude ndoc\* html

copy /y ndoc\P4.Net.chm chm\P4.Net.chm
# Change User Description Committed
#1 6414 Robert Cowham Initial branch
//guest/shawn_hladky/P4.Net/main/doc/builddoc.bat
#1 5830 Shawn Hladky P4.Net: reorg to support release branches
//guest/shawn_hladky/P4.Net/doc/builddoc.bat
#1 5812 Shawn Hladky P4.Net: More documentation.