Move the SECURITY document to the doc/ dir
authorIustin Pop <iustin@google.com>
Tue, 7 Oct 2008 16:08:55 +0000 (16:08 +0000)
committerIustin Pop <iustin@google.com>
Tue, 7 Oct 2008 16:08:55 +0000 (16:08 +0000)
Reviewed-by: imsnah

Makefile.am
doc/design-2.0-index.rst
doc/security.rst [moved from SECURITY with 100% similarity]

index 5ae2e1c..ec2c318 100644 (file)
@@ -115,7 +115,8 @@ docrst = \
        doc/design-2.0-locking.rst \
        doc/design-2.0-master-daemon.rst \
        doc/design-2.0-os-interface.rst \
-       doc/design-2.0-rapi-changes.rst
+       doc/design-2.0-rapi-changes.rst \
+       doc/security.rst
 
 doc_DATA = \
        $(patsubst %.rst,%.html,$(docrst)) \
index 9ff9dec..93d88e3 100644 (file)
@@ -29,8 +29,8 @@ design-2.0-cluster-parameters document.
 The various changes brought in by the master daemon model and the
 read-write RAPI will require changes to the cluster security; we move
 away from Twisted and use http(s) for intra- and extra-cluster
-communications. For more details, see the SECURITY document in the top
-directory.
+communications. For more details, see the security document in the
+doc/ directory.
 
 
 Functionality changes
similarity index 100%
rename from SECURITY
rename to doc/security.rst