aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-06 22:08:54 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-08-06 22:08:54 +0200
commite156c5fee5e3d288adcfac77ffab6f292f8e4712 (patch)
tree02655eb5881ec9ace2e4ab347e4fcd84820358e0
parent1ee9f4dc631251d884ecbc68201d7e52d72748b9 (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
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c720721..146d303 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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