From 51793623fce631aaa9557dc58daf5200092fa93c Mon Sep 17 00:00:00 2001 From: Marcus Cuda Date: Fri, 10 Jul 2009 02:24:03 +0800 Subject: [PATCH] docs are now built at release time, not test time. still need to add creating a zip file and simplifing build file using properties Signed-off-by: Marcus Cuda --- build/.gitignore | 3 ++- build/build.proj | 16 +++++++++++----- build/mathnet-numerics.shfbproj | 4 ++-- src/Managed/Managed.csproj | 4 +++- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/build/.gitignore b/build/.gitignore index 66674a74..42cf3997 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,2 +1,3 @@ StyleCopViolations.xml -Help \ No newline at end of file +Help +doc \ No newline at end of file diff --git a/build/build.proj b/build/build.proj index eff0e8ec..19865fe4 100644 --- a/build/build.proj +++ b/build/build.proj @@ -2,11 +2,15 @@ - - + + - + + + + + - + - + + + \ No newline at end of file diff --git a/build/mathnet-numerics.shfbproj b/build/mathnet-numerics.shfbproj index 5dcb61c8..9038242a 100644 --- a/build/mathnet-numerics.shfbproj +++ b/build/mathnet-numerics.shfbproj @@ -21,8 +21,8 @@ ..\tools\Sandcastle\ doc\ - - + + True