From c3eabba5d240b99a48d8696b36a41dc17727a4e4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 6 Aug 2016 22:04:56 +0200 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 59c6a33..6cb0af5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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