Skip to content

Commit

Permalink
Fix documentation automation
Browse files Browse the repository at this point in the history
  • Loading branch information
celskeggs committed Mar 4, 2016
1 parent feb2c5b commit b7dfa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommonChickenRuntimeEngine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
<fail>Tests failed!</fail>
</target>
<target name="javadoc">
<javadoc access="public" author="true" classpath="." destdir="../Javadoc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.8" sourcepath="${src.dir}" splitindex="true" use="true" version="true" />
<javadoc access="public" author="true" classpath="." destdir="../Javadoc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.8" sourcepath="${src.dir}" splitindex="true" use="true" version="true" failonerror="true" />
</target>
</project>
2 changes: 1 addition & 1 deletion update-documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fi
echo "This might take a bit."

./update-javadoc-site.sh || exit 1
./build.sh upload || exit 1
(cd docsrc && ./build.sh upload) || exit 1

echo "Done!"

0 comments on commit b7dfa0d

Please sign in to comment.