summaryrefslogtreecommitdiffstats
path: root/cpp/sca
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/sca')
-rw-r--r--cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am1
-rw-r--r--cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
index adb951318a..59b4d2095f 100644
--- a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
+++ b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
@@ -27,6 +27,7 @@ scagen_build:
clean:
rm -rf build
+ rm -rf docs
rm -f scagen_build
install-exec-hook:
diff --git a/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml b/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml
index 95418a22a1..23e825a1b4 100644
--- a/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml
+++ b/cpp/sca/runtime/extensions/cpp/tools/scagen/build.xml
@@ -31,7 +31,7 @@
<!-- Add "test" to the depends list below to add auto-testing to the build -->
<!-- a junit.jar is needed at ${junit.jar.folder}/junit.jar though -->
- <target name="all" depends="init,jars,doc,scripts,zip.all">
+ <target name="all" depends="init,jars,scripts,zip.all">
</target>
<target name="test" depends="init,jars,test.jar">