summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-06-25 02:25:16 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-06-25 02:25:16 +0000
commitdf78d89611bbc39ac664cf2cac8126a10abcfc4e (patch)
treed50cd604ca4b4c031869c73df5d17a750e8eff49
parent152756fb87b9df5caac670b1be745fe60221affc (diff)
downloaddocutils-df78d89611bbc39ac664cf2cac8126a10abcfc4e.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1506 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/docs/dev/todo.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 2b26acf03..514789b22 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -55,6 +55,11 @@ Bugs
test/test_parsers/test_rst/test_directives/test_include.py
(commented out, because the test fails).
+* tools/buildhtml.py needs a mechanism to skip directories
+ (e.g. licenses, test). Perhaps a ".prune-buildhtml" file? A
+ command-line option wouldn't work because it would require user
+ action.
+
General
-------
@@ -1961,7 +1966,12 @@ Release Procedure
(a) Expand the tarball in a new location, not over any existing
files.
- (b) ``python setup.py install``
+ (b) Install from expanded directory::
+
+ cd docutils-X.Y
+ python setup.py install
+
+ The "install" command may require root permissions.
6. Run the test suite from the expanded archive directory: ``cd test ;
alltests.py``.