From 670ebc0d9f386a7fe3c5a33167d8458fe2349186 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 19 Sep 2015 23:00:19 +0200 Subject: [PATCH] Fix up docs target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f8df749..bd104a1 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,7 @@ install-docs: pip install sphinx sphinx_rtd_theme docs: - cd docs - make html + cd docs && make html sh: # open subshell with default test config $$SHELL;