mirror of https://github.com/python/cpython.git
Update
This commit is contained in:
parent
92ba2868b6
commit
f63a6fc24e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue