summaryrefslogtreecommitdiff
path: root/doc/api/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/Makefile.am')
-rw-r--r--doc/api/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index 96c586e07..b63b31f34 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -36,6 +36,7 @@ clean-local:
create_html:
-$(MKDIR) html > /dev/null 2>&1
+if CREATE_API_DOCS
$(GJDOC) \
-use \
-sourcepath "$(sourcepath)" \
@@ -51,3 +52,4 @@ create_html:
-header $(classpathbox) -footer $(classpathbox) \
-subpackages java:javax:org
touch create_html
+endif