summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-06-24 22:39:22 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:07:49 +0200
commitf9a0db420fecc85e38b61f9fd8a48f4848e86da8 (patch)
treeb9f7363601589a0ce765bb70628ad7f9250bd4b3
parentfcf233d085db6204835a1f083e02788f6d93230b (diff)
downloadcouchdb-f9a0db420fecc85e38b61f9fd8a48f4848e86da8.tar.gz
re-add vendor default
-rw-r--r--Makefile10
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 52559dcce..5c96cf8dd 100644
--- a/Makefile
+++ b/Makefile
@@ -47,19 +47,9 @@ check: javascript eunit build-test
# creates a full erlang release
dist: all
- @rm -rf rel/couchdb
- @rebar generate
- @cp -r share/www rel/couchdb/share/www
- @cp -r share/docs rel/couchdb/share/docs
-
-# creates a source tarball
-release:
@./build-aux/couchdb-build-release.sh $(COUCHDB_VERSION)
-# build fauxton
- @$(MAKE) fauxton
@cp -r share/www apache-couchdb-$(COUCHDB_VERSION)/share/
-
@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
@cp -r src/docs/build/html apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/pdf
diff --git a/configure b/configure
index 3e1847a2e..cbf55c816 100755
--- a/configure
+++ b/configure
@@ -15,6 +15,8 @@
rootdir="$(cd "${0%/*}" 2>/dev/null; echo "$PWD")"
basename=`basename $0`
+PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
+
TEST=0
WITH_CURL="false"
WITH_FAUXTON=1