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:08:54 +02:00
parent 1ee9f4dc63
commit e156c5fee5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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