]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - osgi.mk
Do not write changes related to sources if unmodified
[cc0/argeo-build.git] / osgi.mk
diff --git a/osgi.mk b/osgi.mk
index 2d06f566f7f03c258e3bf9a5bd7f3b41a96c0c99..4eb1d1201cf1925e2432ffd58042f6a3e296a6a5 100644 (file)
--- a/osgi.mk
+++ b/osgi.mk
@@ -78,7 +78,7 @@ clean-manifests :
 
 # Javadoc generation
 javadoc: $(BUILD_BASE)/built
-       $(JAVADOC) -quiet -Xmaxwarns 1 -d $(BUILD_BASE)/api --source-path $(subst $(space),$(pathsep),$(strip $(JAVADOC_SRCS))) -subpackages $(JAVADOC_PACKAGES)
+       $(JAVADOC) -noindex -quiet -Xmaxwarns 1 -d $(BUILD_BASE)/api --source-path $(subst $(space),$(pathsep),$(strip $(JAVADOC_SRCS))) -subpackages $(JAVADOC_PACKAGES)
 
 # Make variables used to replace spaces by a separator, typically in order to generate classpaths
 # for example: CLASSPATH = $(subst $(space),$(pathsep),$(strip $(JARS)))