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/06 12:34:40 UTC

[1/50] [abbrv] git commit: Link docs HTML for `make dev`

Updated Branches:
  refs/heads/1536-feature-add-docs acdfbe51c -> 8b85ae25f (forced update)


Link docs HTML for `make dev`


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

Branch: refs/heads/1536-feature-add-docs
Commit: 8b85ae25f8f35fb99b89374f6ebdebb89fe9e7e1
Parents: 50721c5
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Dec 5 13:06:49 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Dec 6 12:31:32 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8b85ae25/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