Updated Branches: refs/heads/master 00aa8fd2f -> 86dc2668d
Update build system to deal with disappearance of gentoo section. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/86dc2668 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/86dc2668 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/86dc2668 Branch: refs/heads/master Commit: 86dc2668ddc6f099d586fb089deb6a611198586e Parents: 00aa8fd Author: Dirkjan Ochtman <[email protected]> Authored: Tue Oct 1 17:12:02 2013 +0200 Committer: Dirkjan Ochtman <[email protected]> Committed: Tue Oct 1 17:12:02 2013 +0200 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/86dc2668/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index fab82a6..66819fa 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -105,7 +105,6 @@ html_files = \ html/_sources/fauxton/install.txt \ html/_sources/install/index.txt \ html/_sources/install/freebsd.txt \ - html/_sources/install/gentoo.txt \ html/_sources/install/mac.txt \ html/_sources/install/unix.txt \ html/_sources/install/windows.txt \ @@ -225,7 +224,6 @@ html_files = \ html/fauxton/install.html \ html/install/index.html \ html/install/freebsd.html \ - html/install/gentoo.html \ html/install/mac.html \ html/install/unix.html \ html/install/windows.html \ @@ -368,7 +366,6 @@ src_files = \ ../src/fauxton/install.rst \ ../src/install/index.rst \ ../src/install/freebsd.rst \ - ../src/install/gentoo.rst \ ../src/install/mac.rst \ ../src/install/unix.rst \ ../src/install/windows.rst \
