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

Skip to content

Commit 716ac38

Browse files
committed
Revert accidental commit, apologies for the noise
1 parent db9044e commit 716ac38

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
58+
update: clean checkout
5959

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

0 commit comments

Comments
 (0)