Browse Source

Modified doc script.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1286 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
james.goppert 14 years ago
parent
commit
9ee30a4eee
  1. 2
      libraries/doc/updateDocs

2
libraries/doc/updateDocs

@ -8,6 +8,8 @@ svn remove --force $junkFiles @@ -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/*

Loading…
Cancel
Save