mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00: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:
parent
a3aa865541
commit
7e8f001d43
@ -22,4 +22,4 @@ latex:
|
|||||||
( cat riot.doxyfile ; echo "GENERATE_LATEX= yes" ) | doxygen -
|
( cat riot.doxyfile ; echo "GENERATE_LATEX= yes" ) | doxygen -
|
||||||
|
|
||||||
clean:
|
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
Block a user