Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1d12e commit 8bd656dCopy full SHA for 8bd656d
2 files changed
Doc/Makefile
@@ -49,7 +49,7 @@ checkout:
49
fi
50
@if [ ! -d tools/jinja2 ]; then \
51
echo "Checking out Jinja..."; \
52
- svn checkout $(SVNROOT)/external/Jinja2-2.7.2/jinja2 tools/jinja2; \
+ svn checkout $(SVNROOT)/external/Jinja-2.3.1/jinja2 tools/jinja2; \
53
54
@if [ ! -d tools/pygments ]; then \
55
echo "Checking out Pygments..."; \
Doc/make.bat
@@ -36,7 +36,7 @@ goto end
36
:checkout
37
svn co %SVNROOT%/external/Sphinx-1.2/sphinx tools/sphinx
38
svn co %SVNROOT%/external/docutils-0.11/docutils tools/docutils
39
-svn co %SVNROOT%/external/Jinja2-2.7.2/jinja2 tools/jinja2
+svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
40
svn co %SVNROOT%/external/Pygments-1.6/pygments tools/pygments
41
goto end
42
0 commit comments