From 6f5401a470f51c372eb6f996592487fdd2a4bb03 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 16 Sep 2012 00:24:20 -0300 Subject: fixed git submodule update for docs --- docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index e4a325022..a66f93d60 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,7 +25,7 @@ help: clean: -rm -rf _build/* -html: _themes +html: themes mkdir -p _build/html _build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html @echo @@ -47,7 +47,7 @@ pickle: web: pickle -htmlhelp: _themes +htmlhelp: themes mkdir -p _build/htmlhelp _build/doctrees $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp @echo @@ -85,4 +85,4 @@ epub: @echo "Build finished. The epub file is in _build/epub." _themes: - git submodule update --init + cd ..; git submodule update --init --recursive; cd docs; -- cgit v1.2.3 From a9e278e5e0cb4f5fb290c296bed55eee510d0d37 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 16 Sep 2012 00:37:26 -0300 Subject: fixed typo --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index a66f93d60..c98fdc65e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -84,5 +84,5 @@ epub: @echo @echo "Build finished. The epub file is in _build/epub." -_themes: +themes: cd ..; git submodule update --init --recursive; cd docs; -- cgit v1.2.3