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

Skip to content

Commit b05e73d

Browse files
committed
Merged revisions 77151-77152 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r77151 | georg.brandl | 2009-12-30 12:32:50 -0600 (Wed, 30 Dec 2009) | 1 line #7487: update Pygments version. ........ r77152 | georg.brandl | 2009-12-30 12:36:09 -0600 (Wed, 30 Dec 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........
1 parent 9eea480 commit b05e73d

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

Doc/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ checkout:
4747
svn checkout $(SVNROOT)/external/Pygments-1.1.1/pygments tools/pygments; \
4848
fi
4949

50-
update: checkout
51-
svn update tools/sphinx
52-
svn update tools/docutils
53-
svn update tools/jinja2
54-
svn update tools/pygments
50+
update: clean checkout
5551

5652
build: checkout
5753
mkdir -p build/$(BUILDER) build/doctrees
@@ -111,6 +107,9 @@ htmlview: html
111107
clean:
112108
-rm -rf build/*
113109
-rm -rf tools/sphinx
110+
-rm -rf tools/pygments
111+
-rm -rf tools/jinja2
112+
-rm -rf tools/docutils
114113

115114
dist:
116115
-rm -rf dist

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ or by installing it from PyPI.
9595

9696
You can optionally also install Pygments, either as a checkout via ::
9797

98-
svn co http://svn.python.org/projects/external/Pygments-0.11.1/pygments tools/pygments
98+
svn co http://svn.python.org/projects/external/Pygments-1.1.1/pygments tools/pygments
9999

100100
or from PyPI at http://pypi.python.org/pypi/Pygments.
101101

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ goto end
3737
svn co %SVNROOT%/external/Sphinx-0.6.3/sphinx tools/sphinx
3838
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
3939
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
40-
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
40+
svn co %SVNROOT%/external/Pygments-1.1.1/pygments tools/pygments
4141
goto end
4242

4343
:update

0 commit comments

Comments
 (0)