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/02 03:13:21 UTC

[3/5] git commit: Clean up docs

Clean up docs


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

Branch: refs/heads/docs
Commit: 5802b2e5185b354f0a47f1fc1441efb8d60fab57
Parents: 3f699a0
Author: Noah Slater <ns...@apache.org>
Authored: Sun Dec 2 00:38:36 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Dec 2 02:13:15 2012 +0000

----------------------------------------------------------------------
 .gitignore |    2 ++
 AUTHORS    |    1 -
 BUGS       |    6 ++++--
 bootstrap  |   10 +++-------
 4 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5802b2e5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 378f701..d3217db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 INSTALL
 Makefile
 Makefile.in
+THANKS
 acinclude.m4
 aclocal.m4
 apache-couchdb-*
@@ -34,6 +35,7 @@ build-aux/ltmain.sh
 build-aux/missing
 build-aux/texinfo.tex
 config.h
+config.h.in
 config.log
 config.status
 configure

http://git-wip-us.apache.org/repos/asf/couchdb/blob/5802b2e5/AUTHORS
----------------------------------------------------------------------
diff --git a/AUTHORS b/AUTHORS
index e55c0b0..49b5ef1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,5 +21,4 @@ documentation or developing software. Some of these people are:
  * Dave Cottlehuber <dc...@apache.org>
  * Jason Smith <jh...@apache.org>
 
-
 For a list of other credits see the `THANKS` file.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/5802b2e5/BUGS
----------------------------------------------------------------------
diff --git a/BUGS b/BUGS
index 8cd1d16..1bdc478 100644
--- a/BUGS
+++ b/BUGS
@@ -1,6 +1,8 @@
 Apache CouchDB BUGS
 ===================
 
-Please see the [documentation][1] on how to report bugs with Apache CouchDB.
+Visit our issue tracker:
 
-[1] http://couchdb.apache.org/community/issues.html
+    https://issues.apache.org/jira/browse/CouchDB
+
+You can use this to report bugs, request features, or suggest enhancements.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/5802b2e5/bootstrap
----------------------------------------------------------------------
diff --git a/bootstrap b/bootstrap
index 4ee6bf8..6a1412d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -44,17 +44,13 @@ else
 fi
 
 if test -d .git; then
-    sed -e "/^#.*/d" $< > $(top_builddir)/THANKS
+    sed -e "/^#.*/d" THANKS.in > THANKS
     git shortlog -se 6c976bd..HEAD \
         | grep -v @apache.org \
-        | sed -E "s/^[[:blank:]]{5}[[:digit:]]+[[:blank:]]/ * /" \
-        >> $(top_builddir)/THANKS
-    echo "\nFor a list of authors see the `AUTHORS` file.\n" \
-        >> $(top_builddir)/THANKS
+        | sed -E "s/^[[:blank:]]{5}[[:digit:]]+[[:blank:]]/ * /" >> THANKS
+    echo "\nFor a list of authors see the \`AUTHORS\` file.\n" >> THANKS
 fi
 
-# Huge bodge that will be fixed with COUCHDB-1618
-
 find_program() {
   set +e
   for f in "$@"