Remove doc and coverage directories before copying new

This commit is contained in:
Randolph Voorhies 2013-07-10 13:55:21 -07:00
parent 6549048203
commit 4ced7dc471
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ make coverage COVERAGE_OUTPUT=${tempdir}/coverage
git checkout gh-pages
rm -rf assets/coverage
cp -r ${tempdir}/coverage* assets/coverage/
rm -rf ${tempdir}

View File

@ -13,6 +13,7 @@ cp -r ./doc/html/ ${tempdir}
git checkout gh-pages
rm -rf assets/doxygen
cp -r ${tempdir}/html/* assets/doxygen/
rm -rf ${tempdir}