doc: Remove doxygen_entrydb_*.tmp when cleaning

Doxygen 1.8.12 leaves these files behind after finishing the build.
This commit is contained in:
Joakim Nohlgård 2017-01-17 14:54:45 +01:00
parent a3aa865541
commit 7e8f001d43
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ latex:
( cat riot.doxyfile ; echo "GENERATE_LATEX= yes" ) | doxygen -
clean:
-@rm -rf latex man html doxygen_objdb_*.tmp
-@rm -rf latex man html doxygen_objdb_*.tmp doxygen_entrydb_*.tmp