mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Also checkout docutils 0.4.
This commit is contained in:
parent
c21d3845aa
commit
700a73971f
@ -6,9 +6,9 @@
|
||||
PYTHON = python
|
||||
SVNROOT = http://svn.python.org/projects
|
||||
|
||||
.PHONY: default checkout html web htmlhelp clean
|
||||
.PHONY: help checkout html web htmlhelp clean
|
||||
|
||||
default:
|
||||
help:
|
||||
@echo "Please use \`make <target>' where <target> is one of"
|
||||
@echo " html to make standalone HTML files"
|
||||
@echo " web to make file usable by Sphinx.web"
|
||||
@ -18,15 +18,19 @@ checkout:
|
||||
@if [ ! -d tools/sphinx ]; then \
|
||||
echo "Checking out Sphinx..."; \
|
||||
svn checkout $(SVNROOT)/doctools/trunk/sphinx tools/sphinx; \
|
||||
fi
|
||||
@if [ ! -d tools/docutils ]; then \
|
||||
echo "Checking out Docutils..."; \
|
||||
svn checkout $(SVNROOT)/external/docutils-0.4/docutils tools/docutils; \
|
||||
fi
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
echo "Checking out Pygments..."; \
|
||||
svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \
|
||||
else \
|
||||
echo "Sphinx already checked out, run \`make update' to update" \
|
||||
"the toolchain."; \
|
||||
fi
|
||||
|
||||
update:
|
||||
svn update tools/sphinx
|
||||
svn update tools/docutils
|
||||
svn update tools/pygments
|
||||
|
||||
html: checkout
|
||||
|
@ -6,9 +6,9 @@
|
||||
PYTHON = python
|
||||
SVNROOT = http://svn.python.org/projects
|
||||
|
||||
.PHONY: default checkout html web htmlhelp clean
|
||||
.PHONY: help checkout html web htmlhelp clean
|
||||
|
||||
default:
|
||||
help:
|
||||
@echo "Please use \`make <target>' where <target> is one of"
|
||||
@echo " html to make standalone HTML files"
|
||||
@echo " web to make file usable by Sphinx.web"
|
||||
@ -18,15 +18,19 @@ checkout:
|
||||
@if [ ! -d tools/sphinx ]; then \
|
||||
echo "Checking out Sphinx..."; \
|
||||
svn checkout $(SVNROOT)/doctools/trunk/sphinx tools/sphinx; \
|
||||
fi
|
||||
@if [ ! -d tools/docutils ]; then \
|
||||
echo "Checking out Docutils..."; \
|
||||
svn checkout $(SVNROOT)/external/docutils-0.4/docutils tools/docutils; \
|
||||
fi
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
echo "Checking out Pygments..."; \
|
||||
svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \
|
||||
else \
|
||||
echo "Sphinx already checked out, run \`make update' to update" \
|
||||
"the toolchain."; \
|
||||
fi
|
||||
|
||||
update:
|
||||
svn update tools/sphinx
|
||||
svn update tools/docutils
|
||||
svn update tools/pygments
|
||||
|
||||
html: checkout
|
||||
|
Loading…
Reference in New Issue
Block a user