mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Update
This commit is contained in:
parent
92ba2868b6
commit
f63a6fc24e
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ checkout:
|
||||||
svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
|
svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update: clean checkout
|
update: clean
|
||||||
|
|
||||||
build: checkout
|
build:
|
||||||
mkdir -p build/$(BUILDER) build/doctrees
|
mkdir -p build/$(BUILDER) build/doctrees
|
||||||
$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
|
$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
|
||||||
@echo
|
@echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue