diff options
author | Georg Brandl <georg@python.org> | 2008-02-01 15:50:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-01 15:50:15 (GMT) |
commit | cd235278ba5561e48140e1d677eef36ef504c500 (patch) | |
tree | 72d61651e467cfa03aae0dfd934e72f785852e6f /Doc/README.txt | |
parent | 2a5d1c3493baaec824547bf1eaf27a456817712b (diff) | |
download | cpython-cd235278ba5561e48140e1d677eef36ef504c500.zip cpython-cd235278ba5561e48140e1d677eef36ef504c500.tar.gz cpython-cd235278ba5561e48140e1d677eef36ef504c500.tar.bz2 |
Add link checker builder, written for GHOP by Thomas Lamb.
Diffstat (limited to 'Doc/README.txt')
-rw-r--r-- | Doc/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index b6cadd3..c719cda 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -50,6 +50,10 @@ Available make targets are: * "latex", which builds LaTeX source files that can be run with "pdflatex" to produce PDF documents. + + * "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. * "changes", which builds an overview over all versionadded/versionchanged/ deprecated items in the current version. This is meant as a help for the |