From 577fda6e6265ecc5ee84a36fda42451a3aff21a8 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 14 Feb 2013 00:00:02 +0000 Subject: [PATCH] Makefile: added javadoc target git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13473 b35dd754-fafc-0310-a699-88a17e54d16e --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff12fb650..a232e82dd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean test-unit eclipse +.PHONY: all clean javadoc test-unit eclipse export JAVA_TOOL_OPTIONS:='-Dfile.encoding=iso-8859-1' @@ -17,6 +17,9 @@ unit-test: integration-test: cd build && ant test + +javadoc: + cd build && ant javadoc eclipse: .settings .classpath .project