From ac39d2ed6995d95bd7e97a87f043fa7a3052d040 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Wed, 19 Oct 2016 07:34:34 -0400 Subject: [PATCH] Fix doc build. --- doc/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile b/doc/Jamfile index fe69cd7b..735ef22e 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -25,11 +25,11 @@ make numpy : numpy/index.rst : @sphinx-build ; if [ os.name ] = NT { - actions sphinx-build { chdir numpy && make clean && make html} + actions sphinx-build { chdir "$(>:D)" && make clean && make html} } else { - actions sphinx-build { make -C numpy clean html} + actions sphinx-build { make -C "$(>:D)" clean html} } boostbook python : python.qbk