1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00

Makefile: added javadoc target

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13473 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-02-14 00:00:02 +00:00 committed by flow
parent 1a170c1561
commit 577fda6e62

View file

@ -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' export JAVA_TOOL_OPTIONS:='-Dfile.encoding=iso-8859-1'
@ -18,6 +18,9 @@ unit-test:
integration-test: integration-test:
cd build && ant test cd build && ant test
javadoc:
cd build && ant javadoc
eclipse: .settings .classpath .project eclipse: .settings .classpath .project
.settings: .settings: