diff options
author | Éric Araujo <merwok@netwok.org> | 2010-09-06 01:27:06 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-09-06 01:27:06 (GMT) |
commit | f63a6fc24ea89499cb25508ccd41c3b9917dbc69 (patch) | |
tree | 8d6ed7361596d3f24f1839e03f853c0fc0e971cc /Doc/Makefile | |
parent | 92ba2868b6e25a42005d39aa40a8679a5bd53ec1 (diff) | |
download | cpython-f63a6fc24ea89499cb25508ccd41c3b9917dbc69.zip cpython-f63a6fc24ea89499cb25508ccd41c3b9917dbc69.tar.gz cpython-f63a6fc24ea89499cb25508ccd41c3b9917dbc69.tar.bz2 |
Update
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index d12e4c7..9e5c543 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -55,9 +55,9 @@ checkout: svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \ fi -update: clean checkout +update: clean -build: checkout +build: mkdir -p build/$(BUILDER) build/doctrees $(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS) @echo |