Skip to content

Commit

Permalink
Update script for updating javadoc to regenerate it
Browse files Browse the repository at this point in the history
  • Loading branch information
Colby Skeggs committed Jan 5, 2016
1 parent 172d14f commit 32cf27e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-javadoc-site.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
set -e
cd `dirname $0`
echo "Generating..."
(cd CommonChickenRuntimeEngine && ant javadoc)
echo "Tarring..."
(cd Javadoc && tar -czf ../javadoc.tgz .)
echo "Uploading..."
Expand Down

0 comments on commit 32cf27e

Please sign in to comment.