From 06a2f72bb3a2225c344bedde3b08caf005d63741 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sun, 30 Nov 2014 21:34:02 -0800 Subject: [PATCH] Address #236, recreate XML files when xml-docs-test target is run directly - must still `build initialize` between `git clean` and `build xml-docs-test` nit: add description of xml-docs-test target --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index f087af75e1..47f3cfca90 100644 --- a/makefile.shade +++ b/makefile.shade @@ -6,5 +6,5 @@ var AUTHORS='Microsoft Open Technologies, Inc.' use-standard-lifecycle k-standard-goals -#xml-docs-test target='test' +#xml-docs-test .clean .build-compile description='Check generated XML documentation files for errors' target='test' k-xml-docs-test \ No newline at end of file