Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholku committed Oct 19, 2014
1 parent 794a734 commit 7c6477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Push javadoc files to a website hosted by github <http://pages.github.com/>.
# Before executing this script, generate the javadoc files into build/docs/javadoc/.
git checkout master || exit $?
javadoc -d build/javadoc -sourcepath src purejavahidapi
javadoc -d build/javadoc -sourcepath src purejavahidapi || exit $?
git checkout gh-pages || exit $?
# Clear out the old files:
rm -rf javadoc/*
Expand Down

0 comments on commit 7c6477e

Please sign in to comment.