Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36b89ff9 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip

Change-Id: I97fcc0d467f3b7582570b9be7e15acc0a5b550a5
parent 48130ea9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -231,6 +231,8 @@ $(out_zip): $(full_target)
	@mkdir -p $(dir $@)
	$(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_DOCS_DIR) && zip -rq $$F * )

$(LOCAL_MODULE)-docs.zip : $(out_zip)

$(call dist-for-goals,docs,$(out_zip))

endif