1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:32:46 +01:00

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

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