diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-15 09:01:12 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-15 09:01:12 -0700 |
commit | 344c333ecd76785a77b8a1a56e1bc360ae159d04 (patch) | |
tree | 7f7ca2a3101a67104e7831e054a730154ebbc7d9 /doc/doc.proj | |
parent | bbac9933484e5e8d7f338dc290e7c13b9a4a0e04 (diff) | |
download | DotNetOpenAuth-344c333ecd76785a77b8a1a56e1bc360ae159d04.zip DotNetOpenAuth-344c333ecd76785a77b8a1a56e1bc360ae159d04.tar.gz DotNetOpenAuth-344c333ecd76785a77b8a1a56e1bc360ae159d04.tar.bz2 |
Fixed help compilation somewhat. (The generated files only include Code Contract help so far).
Diffstat (limited to 'doc/doc.proj')
-rw-r--r-- | doc/doc.proj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc.proj b/doc/doc.proj index 55b2cb8..c966eb8 100644 --- a/doc/doc.proj +++ b/doc/doc.proj @@ -11,8 +11,8 @@ --> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> <Import Project="..\tools\DotNetOpenAuth.automated.props"/> - - <Target Name="Build" DependsOnTargets="BuildProduct;Chm" Condition=" '$(NoDocumentation)' != 'true' " /> + + <Target Name="Build" DependsOnTargets="BuildUnifiedProduct;Chm" Condition=" '$(NoDocumentation)' != 'true' " /> <Target Name="Prepare"> <Error Text="The BranchName property must be set." Condition=" '$(BranchName)' == '' " /> |