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


fixed test for symlink


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

Branch: refs/heads/1536-feature-add-docs
Commit: ec8d3eebf213ce17d79e0e2d436572be999ea336
Parents: 9f27b61
Author: Noah Slater <nsla...@apache.org>
Authored: Tue Dec 11 20:40:18 2012 +0000
Committer: Noah Slater <nsla...@apache.org>
Committed: Tue Dec 11 20:40:18 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ec8d3eeb/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index b71a2dd..9756ad7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,7 +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 ! -e $(top_builddir)/share/www/docs; then \
+       if test ! -L $(top_builddir)/share/www/docs; then \
            ln -s \
                $(top_builddir)/share/doc/build/html \
                $(top_builddir)/share/www/docs; \

Reply via email to