You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/12/05 13:06:13 UTC

git commit: link docs to `make dev`

Updated Branches:
  refs/heads/1536-feature-docs 48de6fd38 -> 38afbd2a0


link docs to `make dev`


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/38afbd2a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/38afbd2a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/38afbd2a

Branch: refs/heads/1536-feature-docs
Commit: 38afbd2a0a8a0e02309fb5f615e43cce81da4edb
Parents: 48de6fd
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Dec 5 13:05:38 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Dec 5 13:05:38 2012 +0100

----------------------------------------------------------------------
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/38afbd2a/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index afeea73..5ac363d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,6 +122,7 @@ if TESTS
 	mkdir -p $(top_builddir)/tmp/lib
 	mkdir -p $(top_builddir)/tmp/log
 	mkdir -p $(top_builddir)/tmp/run/couchdb
+	ln -s $(abs_top_builddir)/share/doc/build/html $(abs_top_builddir)/share/www/docs
 endif
 
 install-data-hook:
@@ -134,6 +135,7 @@ distclean-local:
 	rm -fr $(top_builddir)/tmp
 	rm -f  $(top_builddir)/couchdb.stdout
 	rm -f  $(top_builddir)/couchdb.stderr
+	rm -f  $(abs_top_builddir)/share/www/docs
 
 .PHONY: local-clean
 local-clean: maintainer-clean