Clean up after building doc archive.

This commit is contained in:
Romuald Conty 2010-01-18 11:20:38 +00:00
parent abdc67ff4e
commit 1e2ccbf9ff

View file

@ -42,6 +42,7 @@ if [ ! -f $LIBNFC_DOC_ARCHIVE ]; then
zip -r $LIBNFC_DOC_ARCHIVE $LIBNFC_DOC_DIR
# Clean up
rm -rf $LIBNFC_DOC_DIR
make distclean
else
echo "Documentation archive is already done: skipped."