Skip to content

Commit 196917c

Browse files
committed
Added Docs
1 parent 55cabb4 commit 196917c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<jar destfile="jar/Jama.jar" basedir="bin" />
2929
</target>
3030

31-
<target name="all" depends="clean,jar" />
31+
<target name="all" depends="clean,jar,doc" />
3232

3333
<target name="release" depends="jar">
3434
<tar basedir="jar" destfile="Jama-${version}.tar" compression="none" />

jar/Jama.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)