Skip to content

Commit

Permalink
Fix builddocs script.
Browse files Browse the repository at this point in the history
jverkoey committed Dec 5, 2011
1 parent c54cc34 commit 6652f68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/builddocs.bash
Original file line number Diff line number Diff line change
@@ -10,7 +10,9 @@ rm -rf ../../nimbusdocs/Makefile

######################
# Build the web version of the docs
/Applications/Doxygen.app/Contents/Resources/doxygen Doxyfile > /dev/null
cd ../
/Applications/Doxygen.app/Contents/Resources/doxygen docs/Doxyfile > /dev/null
cd docs/

# Move the docs to the nimbus docs folder.
cp -r output/html/* ../../nimbusdocs/

0 comments on commit 6652f68

Please sign in to comment.