We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264f6ae commit ac39d2eCopy full SHA for ac39d2e
doc/Jamfile
@@ -25,11 +25,11 @@ make numpy : numpy/index.rst : @sphinx-build ;
25
26
if [ os.name ] = NT
27
{
28
- actions sphinx-build { chdir numpy && make clean && make html}
+ actions sphinx-build { chdir "$(>:D)" && make clean && make html}
29
}
30
else
31
32
- actions sphinx-build { make -C numpy clean html}
+ actions sphinx-build { make -C "$(>:D)" clean html}
33
34
35
boostbook python : python.qbk
0 commit comments