You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/12/11 21:41:39 UTC

git commit: just force the relinking

Updated Branches:
  refs/heads/1536-feature-add-docs ec8d3eebf -> f7d33016e


just force the relinking


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

Branch: refs/heads/1536-feature-add-docs
Commit: f7d33016ee8d9eac7ecc3e6fca346bc04697cf8a
Parents: ec8d3ee
Author: Noah Slater <ns...@apache.org>
Authored: Tue Dec 11 20:41:35 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Tue Dec 11 20:41:35 2012 +0000

----------------------------------------------------------------------
 Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f7d33016/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 9756ad7..15c139a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,11 +122,7 @@ if TESTS
 	mkdir -p $(top_builddir)/tmp/lib
 	mkdir -p $(top_builddir)/tmp/log
 	mkdir -p $(top_builddir)/tmp/run/couchdb
-	if test ! -L $(top_builddir)/share/www/docs; then \
-	    ln -s \
-	        $(top_builddir)/share/doc/build/html \
-	        $(top_builddir)/share/www/docs; \
-	fi
+	ln -sf $(top_builddir)/share/doc/build/html $(top_builddir)/share/www/docs
 endif
  
 install-data-hook: