Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f63a6fc

Browse files
committed
Update
1 parent 92ba286 commit f63a6fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ checkout:
5555
svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
5656
fi
5757

58-
update: clean checkout
58+
update: clean
5959

60-
build: checkout
60+
build:
6161
mkdir -p build/$(BUILDER) build/doctrees
6262
$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
6363
@echo

0 commit comments

Comments
 (0)