Clean up after building doc archive.
This commit is contained in:
parent
abdc67ff4e
commit
1e2ccbf9ff
1 changed files with 6 additions and 5 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue