summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-11-09 11:56:04 +0200
committerkent@mysql.com <>2005-11-09 11:56:04 +0200
commitb269caecb12b6b7da093f6924e5a7326cc1b75e9 (patch)
treeb788fd07a25a830fe3e0eee239517ef73ada1008 /Docs
parent4742f585b13d2a4dec93afdc9ada5a4d0c621f54 (diff)
downloadmariadb-git-b269caecb12b6b7da093f6924e5a7326cc1b75e9.tar.gz
Additional "make distcheck" changes specific to 5.0
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 685eaeef7d1..542c82d8f58 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -33,6 +33,11 @@ install-data-hook: mysql.info
uninstall-local:
@RM@ -f $(DESTDIR)$(infodir)/mysql.info
+# Problems with "make distclean", works differently for make files
+# generated by different versions of the automake. Some require the
+# generated files explicitly in DISTCLEANFILES.
+DISTCLEANFILES = $(TXT_FILES)
+
# This target is not used in builds, just for convinience
CLEAN_FILES: $(TXT_FILES)
touch $(TXT_FILES)