Improved deliver_sdk script
This commit is contained in:
parent
e7443e779d
commit
3dc2fd8df0
1 changed files with 7 additions and 3 deletions
|
@ -154,10 +154,14 @@ rm -rf $DBASE
|
|||
|
||||
DBASE="liblinphone-android-javadoc"
|
||||
D="../$DBASE.zip"
|
||||
if grep -r "javadoc.dir" local.properties
|
||||
then
|
||||
echo "javadoc.dir already defined"
|
||||
else
|
||||
echo "javadoc.dir=$DBASE" >> local.properties
|
||||
fi
|
||||
|
||||
echo "Generating javadoc to $D"
|
||||
cat >> local.properties <<EOF
|
||||
javadoc.dir=$DBASE
|
||||
EOF
|
||||
ant javadoc
|
||||
rm -rf $D
|
||||
zip -rq $D $DBASE
|
||||
|
|
Loading…
Reference in a new issue