diff -r f8b0bacd4de5 -r 6ff2e1280dc3 common/makefiles/Main.gmk --- a/common/makefiles/Main.gmk Wed Nov 28 13:15:56 2012 +0100 +++ b/common/makefiles/Main.gmk Wed Nov 28 13:40:17 2012 +0100 @@ -165,7 +165,7 @@ # Remove everything, except the output from configure. -clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-images clean-overlay-images clean-bootcycle-build +clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-images clean-overlay-images clean-bootcycle-build clean-docs @($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*) @$(ECHO) Cleaned all build artifacts. @@ -201,6 +201,9 @@ $(call CleanComponent,overlay-images) clean-bootcycle-build: $(call CleanComponent,bootcycle-build) +clean-docs: + $(call CleanComponent,docs) + $(call CleanComponent,docstemp) .PHONY: langtools corba jaxp jaxws hotspot jdk images overlay-images install .PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only images-only overlay-images-only install-only