diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-17 09:54:04 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-17 09:54:04 -0800 |
commit | 071539cd41885fdc3831d2e43401c6063dd74591 (patch) | |
tree | 16bc2164191755a63a0c93285ff3c9dbadc74e4c | |
parent | 80383cd8567723d660ad033376abf5ac6d4a84a0 (diff) | |
download | DotNetOpenAuth-071539cd41885fdc3831d2e43401c6063dd74591.zip DotNetOpenAuth-071539cd41885fdc3831d2e43401c6063dd74591.tar.gz DotNetOpenAuth-071539cd41885fdc3831d2e43401c6063dd74591.tar.bz2 |
Oops... the typo fix I made in f988329c3eadde7a897a3449bd3f22a447269b70 actually turned on a line that was broken anyway.
-rw-r--r-- | tools/sandcastle.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sandcastle.targets b/tools/sandcastle.targets index d0f9527..4db9d5d 100644 --- a/tools/sandcastle.targets +++ b/tools/sandcastle.targets @@ -130,7 +130,7 @@ <Copy SourceFiles="@(IconFiles)" DestinationFolder="$(chmDir)\icons\%(RecursiveDir)" SkipUnchangedFiles="true"/> <Copy SourceFiles="@(ScriptFiles)" DestinationFolder="$(chmDir)\scripts\%(RecursiveDir)" SkipUnchangedFiles="true"/> <Copy SourceFiles="@(StyleFiles)" DestinationFolder="$(chmDir)\styles\%(RecursiveDir)" SkipUnchangedFiles="true"/> - <Exec Condition="Exists('$(chmDir)\Local')" Command='xcopy.exe "$(chmDir)\Local\*" "$(chmDir)\Local\" /y /r'/> + <!--<Exec Condition="Exists('$(chmDir)\Local')" Command='xcopy.exe "$(chmDir)\Local\*" "$(chmDir)\Local\" /y /r'/>--> <!-- generate CHM-specific HTML and HH* files --> <Exec Command='"$(ProductionTools)ChmBuilder.exe" /project:$(OutputAssembly) /html:"$(DocOutputApiPath)html" /lcid:1033 /toc:"$(TocFile)" /out:"$(chmDir)"'/> |