Skip to content

Commit

Permalink
re-add vendor default
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jun 24, 2015
1 parent fcf233d commit f9a0db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a0db4

Please sign in to comment.