Mesa (master): doxygen: Remove doxygen_sqlite3.db with 'make clean'

Emil Velikov evelikov at kemper.freedesktop.org
Sat Jul 11 19:46:13 UTC 2015


Module: Mesa
Branch: master
Commit: 5d219908ce045805647b85d1d302b58887e63c1b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d219908ce045805647b85d1d302b58887e63c1b

Author: Rhys Kidd <rhyskidd at gmail.com>
Date:   Sat Jun 27 13:14:38 2015 +1000

doxygen: Remove doxygen_sqlite3.db with 'make clean'

Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 doxygen/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/doxygen/Makefile b/doxygen/Makefile
index 0a95a35..01c2691 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -33,3 +33,4 @@ subset: $(SUBSET:.doxy=.tag)
 clean:
 	-rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
 	-rm -rf *.tag
+	-rm -rf *.db




More information about the mesa-commit mailing list