diff options
author | Georg Brandl <georg@python.org> | 2009-04-28 18:20:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-28 18:20:24 (GMT) |
commit | 6488969e44faf5491270c50ae1c2b6f5911a6676 (patch) | |
tree | 06f3e24eb2bed24bababb3193cbf1a6f50d16be9 /Doc/Makefile | |
parent | 93e1bc8a2e7b8326414d6ed57f5c20cc1b8a85f6 (diff) | |
download | cpython-6488969e44faf5491270c50ae1c2b6f5911a6676.zip cpython-6488969e44faf5491270c50ae1c2b6f5911a6676.tar.gz cpython-6488969e44faf5491270c50ae1c2b6f5911a6676.tar.bz2 |
Merged revisions 71956-71959 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line
Update versions in instructions for manual set-up.
........
r71957 | georg.brandl | 2009-04-26 08:05:58 +0200 (So, 26 Apr 2009) | 2 lines
Note that the versions are also in README.txt.
........
r71958 | georg.brandl | 2009-04-26 08:06:19 +0200 (So, 26 Apr 2009) | 1 line
Remove outdated TODO file.
........
r71959 | georg.brandl | 2009-04-26 08:06:53 +0200 (So, 26 Apr 2009) | 2 lines
Another file where the versions need to be up to date.
........
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 317fcb0..46abe51 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -29,6 +29,7 @@ help: @echo " dist to create a \"dist\" directory with archived docs for download" checkout: + # Note: if you update versions here, do the same in make.bat and README.txt @if [ ! -d tools/sphinx ]; then \ echo "Checking out Sphinx..."; \ svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \ |