summaryrefslogtreecommitdiffstats
path: root/Doc/README.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-01 16:41:31 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-01 16:41:31 (GMT)
commit4f2c998ca97fdcfa2b137cd54a9fdba4a831d242 (patch)
tree8dd5ae5f1e7fa5291bc298ecedb055f5ef617f38 /Doc/README.txt
parent51df0647672bc758da6d58eecfe45da9dc5913df (diff)
downloadcpython-4f2c998ca97fdcfa2b137cd54a9fdba4a831d242.zip
cpython-4f2c998ca97fdcfa2b137cd54a9fdba4a831d242.tar.gz
cpython-4f2c998ca97fdcfa2b137cd54a9fdba4a831d242.tar.bz2
Add plain text make target.
Diffstat (limited to 'Doc/README.txt')
-rw-r--r--Doc/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index bbf31d8..aea9b20 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -51,6 +51,8 @@ Available make targets are:
* "latex", which builds LaTeX source files that can be run with "pdflatex"
to produce PDF documents.
+ * "text", which builds a plain text file for each source file.
+
* "linkcheck", which checks all external references to see whether they are
broken, redirected or malformed, and outputs this information to stdout
as well as a plain-text (.txt) file.