diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-17 21:40:52 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-17 21:40:52 -0400 |
| commit | cc4e916e4e79fb85e36d108c6a569215bbd32174 (patch) | |
| tree | 6c1362a5a7c4331ff49b1ec65cf5fa9de38667f9 /docs/Makefile | |
| parent | 6e4c2d0d50d41623ef3a6b9363d1b787c28eb32a (diff) | |
| download | pyramid-cc4e916e4e79fb85e36d108c6a569215bbd32174.tar.gz pyramid-cc4e916e4e79fb85e36d108c6a569215bbd32174.tar.bz2 pyramid-cc4e916e4e79fb85e36d108c6a569215bbd32174.zip | |
use a git submodule for themes
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 92dc56fda..d3a83facc 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -85,4 +85,4 @@ epub: @echo "Build finished. The epub file is in _build/epub." _themes: - git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes + cd ..; git submodule update --init; cd docs |
