changeset 20384:83d08eb76182

* doc/module.mk (doxyhtml-maintainer-clean): Also remove .db file.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Jul 2015 09:38:48 -0400
parents 4847e3dd8e6a
children e6af03353ace
files doc/module.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Tue Jul 14 16:13:09 2015 -0400
+++ b/doc/module.mk	Wed Jul 15 09:38:48 2015 -0400
@@ -41,6 +41,7 @@
 
 doxyhtml-maintainer-clean:
 	cd doc/doxyhtml && rm -rf `ls | $(GREP) -v Doxyfile.in`
+	rm -f doc/doxygen_sqlite3.db
 
 DIRSTAMP_FILES += doc/doxyhtml/$(octave_dirstamp)