diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-05-04 15:24:02 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-05-04 15:24:02 -0500 |
| commit | c570d82c02687ef6264b83cfd51c229acfeffb3b (patch) | |
| tree | 448708f32f9e76cade2429c30c2dc048afd0dd29 /docs | |
| parent | aa0ca066b4c0cd45427193053b5de7c0f3954ae6 (diff) | |
| download | pyramid-c570d82c02687ef6264b83cfd51c229acfeffb3b.tar.gz pyramid-c570d82c02687ef6264b83cfd51c229acfeffb3b.tar.bz2 pyramid-c570d82c02687ef6264b83cfd51c229acfeffb3b.zip | |
Revert "fixed makefile to update theme submodule correctly"
This reverts commit f2d5cb59deba682d7c1d461ab5e90ba1802d42ac.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Makefile b/docs/Makefile index 21e91d114..3fbf56d0a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,7 +25,7 @@ help: clean: -rm -rf _build/* -html: theme +html: _themes mkdir -p _build/html _build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html @echo @@ -47,7 +47,7 @@ pickle: web: pickle -htmlhelp: theme +htmlhelp: _themes mkdir -p _build/htmlhelp _build/doctrees $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp @echo @@ -84,5 +84,6 @@ epub: @echo @echo "Build finished. The epub file is in _build/epub." -theme: - cd ..;git submodule update --init;cd docs +_themes: + git submodule init + git submodule update |
