doc: Remove doxygen_entrydb_*.tmp when cleaning
Doxygen 1.8.12 leaves these files behind after finishing the build.
This commit is contained in:
parent
a3aa865541
commit
7e8f001d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue