This commit is contained in:
Éric Araujo 2010-09-06 01:27:06 +00:00
parent 92ba2868b6
commit f63a6fc24e

View file

@ -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