summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorcguardia <carlos.delaguardia@gmail.com>2011-04-18 15:14:24 -0500
committercguardia <carlos.delaguardia@gmail.com>2011-04-18 15:14:24 -0500
commit94c2dc0bae9cf14cc6a5548119933e4477d07042 (patch)
tree5bc44f673d83d3f63438cbd64647e9cbd0d7bac4 /docs/Makefile
parent66cda3dbdf336e82b395a8b99e637509e23967bd (diff)
downloadpyramid-94c2dc0bae9cf14cc6a5548119933e4477d07042.tar.gz
pyramid-94c2dc0bae9cf14cc6a5548119933e4477d07042.tar.bz2
pyramid-94c2dc0bae9cf14cc6a5548119933e4477d07042.zip
test adding theme as a submodule
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 1d032cf45..3fbf56d0a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -85,4 +85,5 @@ epub:
@echo "Build finished. The epub file is in _build/epub."
_themes:
- git clone git://github.com/Pylons/pylons_sphinx_theme.git _themes
+ git submodule init
+ git submodule update