summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-04-14 23:56:08 +0000
committerNoah Slater <nslater@apache.org>2008-04-14 23:56:08 +0000
commit4c6263150674c231239b4e1aeee804a3c5974c9a (patch)
tree243fa04a45897135ae17d1eea1e29b772a1c06a4 /Makefile.am
parent42d8ef240e116d096b237be325800b64902e8fb1 (diff)
added proper LICENCE file
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9866ab1a..8f911a43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,8 +16,6 @@ SUBDIRS = bin etc src share var
pkgdoc_DATA = AUTHORS.gz BUGS.gz changelog.gz NEWS.gz README.gz THANKS.gz
-CLEANFILES = $(doc_DATA)
-
DISTCLEANFILES = $(pkgdoc_DATA)
EXTRA_DIST = AUTHORS BUGS ChangeLog LICENCE NEWS README THANKS
@@ -43,7 +41,6 @@ THANKS.gz: $(top_srcdir)/THANKS
local-clean: maintainer-clean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may need special tools to rebuild."
- rm -f LICENCE
rm -f ChangeLog
rm -f INSTALL
rm -f acinclude.m4