Modified doc script.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1286 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2010-12-27 02:58:31 +00:00
parent a2ffef83e1
commit 27188b7c12
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ svn remove --force $junkFiles
svn commit
doxygen Doxyfile
doxygen -w html html/header.html html/footer.html html/stylesheet.css
find html -regex ".*\.\(map\|md5\)" -exec rm {} \;
svn add --force html/*