diff options
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rwxr-xr-x | bootstrap | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e076f8d6..1e52d6b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ EXTRA_DIST = \ BUGS \ BUILDING \ CHANGES \ + INSTALL \ INSTALL.Unix \ INSTALL.Windows \ LICENSE \ @@ -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. |
