diff options
author | Noah Slater <nslater@apache.org> | 2008-09-17 16:03:51 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-17 16:03:51 +0000 |
commit | 04e197984de8aedb75c335e13c71314a703762e5 (patch) | |
tree | 104e63e774944511c4b83a840a3dafb8a6162e6d | |
parent | 6fdd41ca8821d7ba3697edbd6e26cb5a80cabf34 (diff) |
removed useless line
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696349 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index e8d3662e..38970b07 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -32,8 +32,6 @@ couchebin_DATA = $(compiled_files) dist_devdoc_DATA = $(doc_base) $(doc_modules) -EXTRA_DIST = $(couch_files) - CLEANFILES = $(compiled_files) $(doc_base) $(doc_modules) edoc-info source_files = \ |