Move developer notes into normal documentation
authorMichael Hanselmann <hansmi@google.com>
Tue, 15 Sep 2009 12:14:23 +0000 (14:14 +0200)
committerMichael Hanselmann <hansmi@google.com>
Tue, 15 Sep 2009 12:17:54 +0000 (14:17 +0200)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

Makefile.am
doc/devnotes.rst [moved from DEVNOTES with 96% similarity]
doc/index.rst

index 08725a4..84229b5 100644 (file)
@@ -137,6 +137,7 @@ docrst = \
        doc/admin.rst \
        doc/design-2.0.rst \
        doc/design-2.1.rst \
+       doc/devnotes.rst \
        doc/glossary.rst \
        doc/hooks.rst \
        doc/iallocator.rst \
@@ -193,7 +194,6 @@ dist_tools_SCRIPTS = \
 EXTRA_DIST = \
        $(MAINTAINERCLEANFILES) \
        NEWS \
-       DEVNOTES \
        pylintrc \
        autotools/build-bash-completion \
        autotools/check-python-code \
similarity index 96%
rename from DEVNOTES
rename to doc/devnotes.rst
index 35b93dd..8a81ab7 100644 (file)
--- a/DEVNOTES
@@ -19,6 +19,6 @@ Configuring for development
 Run the following command (only use ``PYTHON=...`` if you need to use a
 different python version)::
 
-  sh autogen.sh && \
+  ./autogen.sh && \
   ./configure PYTHON=python2.4 \
     --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
index 394d820..feeb8cf 100644 (file)
@@ -18,6 +18,7 @@ Contents:
    hooks.rst
    iallocator.rst
    rapi.rst
+   devnotes.rst
    glossary.rst
 
 Also see the :ref:`search`.