Author: jan
Date: Wed Mar 17 20:37:51 2010
New Revision: 924477

URL: http://svn.apache.org/viewvc?rev=924477&view=rev
Log:
restore INSTALL file to dist

Modified:
    couchdb/branches/0.11.x/Makefile.am
    couchdb/branches/0.11.x/bootstrap

Modified: couchdb/branches/0.11.x/Makefile.am
URL: 
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/Makefile.am?rev=924477&r1=924476&r2=924477&view=diff
==============================================================================
--- couchdb/branches/0.11.x/Makefile.am (original)
+++ couchdb/branches/0.11.x/Makefile.am Wed Mar 17 20:37:51 2010
@@ -33,6 +33,7 @@ EXTRA_DIST = \
     BUGS \
     BUILDING \
     CHANGES \
+    INSTALL \
     INSTALL.Unix \
     INSTALL.Windows \
     LICENSE \

Modified: couchdb/branches/0.11.x/bootstrap
URL: 
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/bootstrap?rev=924477&r1=924476&r2=924477&view=diff
==============================================================================
--- couchdb/branches/0.11.x/bootstrap (original)
+++ couchdb/branches/0.11.x/bootstrap Wed Mar 17 20:37:51 2010
@@ -59,6 +59,8 @@ autoheader -f
 automake -f -a 2>&1 | sed -e "/install/d"
 autoconf -f
 
+ln -f -s "`dirname \`readlink build-aux/missing\``/INSTALL"
+
 cat << EOF
 You have bootstrapped Apache CouchDB, time to relax.
 


Reply via email to