aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-06 22:04:56 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-06 22:04:56 +0200
commitc3eabba5d240b99a48d8696b36a41dc17727a4e4 (patch)
tree1a03fc86ead06ae1e74d612e7f53c97cd9bfee56 /Makefile.am
parentdb3c466928965b4c87a367d7ca48d7f87d50d92e (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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