doxygen: Attempt to fix make distcheck on Debian 8.0

ERROR: files left in build directory after distclean:
./doc/doxygen_sqlite3.db
Makefile:756: recipe for target 'distcleancheck' failed
make[1]: *** [distcleancheck] Error 1
This commit is contained in:
Holger Hans Peter Freyther 2016-08-06 22:04:56 +02:00
parent db3c466928
commit c3eabba5d2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ install-data-hook:
uninstall-hook:
rm -rf $(DESTDIR)$(htmldir)
DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag
DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag doc/doxygen_sqlite3.db
endif