remove doxygen_sqlite3.db during 'make clean'

This commit is contained in:
Harald Welte 2014-10-26 20:09:17 +01:00
parent 6729a9776a
commit 534163bade
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install-data-hook:
uninstall-hook:
cd $(DESTDIR)$(htmldir) && rm -rf {core,gsm,vty,codec}
DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar
DX_CLEAN = doc/{core,gsm,vty,codec}/{html,latex}/* doc/html.tar doc/{core,gsm,vty,codec}/doxygen_sqlite3.db
endif
MOSTLYCLEANFILES = $(DX_CLEAN)