From c95c0f71b790ec3dc84bdbc2fe159a10cc4889ed Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 24 Jan 2011 19:41:56 +0100
Subject: [PATCH] Add list of design document drafts
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
---
 Makefile.am          |  1 +
 doc/design-draft.rst | 12 ++++++++++++
 doc/index.rst        |  1 +
 3 files changed, 14 insertions(+)
 create mode 100644 doc/design-draft.rst

diff --git a/Makefile.am b/Makefile.am
index 9d1f66dd0..966788cd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -236,6 +236,7 @@ docrst = \
 	doc/design-2.2.rst \
 	doc/design-2.3.rst \
 	doc/design-2.4.rst \
+	doc/design-draft.rst \
 	doc/design-oob.rst \
 	doc/design-query2.rst \
 	doc/cluster-merge.rst \
diff --git a/doc/design-draft.rst b/doc/design-draft.rst
new file mode 100644
index 000000000..addfbdd92
--- /dev/null
+++ b/doc/design-draft.rst
@@ -0,0 +1,12 @@
+======================
+Design document drafts
+======================
+
+.. toctree::
+   :maxdepth: 2
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End:
diff --git a/doc/index.rst b/doc/index.rst
index 415005cab..ba1d957f8 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -20,6 +20,7 @@ Contents:
    design-2.2.rst
    design-2.3.rst
    design-2.4.rst
+   design-draft.rst
    cluster-merge.rst
    locking.rst
    hooks.rst
-- 
GitLab