Generate pydoc's topic help from the reST docs via Sphinx'
new text writer.
diff --git a/Doc/Makefile b/Doc/Makefile
index 9795315..68da4f7 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -98,6 +98,11 @@
@echo "Testing of doctests in the sources finished, look at the " \
"results in build/doctest/output.txt"
+pydoc-topics: BUILDER = pydoc-topics
+pydoc-topics: build
+ @echo "Building finished; now copy build/pydoc-topics/pydoc_topics.py " \
+ "into the Lib/ directory"
+
clean:
-rm -rf build/*
-rm -rf tools/sphinx