mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01: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:
parent
1a170c1561
commit
577fda6e62
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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'
|
||||
|
||||
|
@ -18,6 +18,9 @@ unit-test:
|
|||
integration-test:
|
||||
cd build && ant test
|
||||
|
||||
javadoc:
|
||||
cd build && ant javadoc
|
||||
|
||||
eclipse: .settings .classpath .project
|
||||
|
||||
.settings:
|
||||
|
|
Loading…
Reference in a new issue