Skip to content

Commit ac39d2e

Browse files
committed
Fix doc build.
1 parent 264f6ae commit ac39d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ make numpy : numpy/index.rst : @sphinx-build ;
2525

2626
if [ os.name ] = NT
2727
{
28-
actions sphinx-build { chdir numpy && make clean && make html}
28+
actions sphinx-build { chdir "$(>:D)" && make clean && make html}
2929
}
3030
else
3131
{
32-
actions sphinx-build { make -C numpy clean html}
32+
actions sphinx-build { make -C "$(>:D)" clean html}
3333
}
3434

3535
boostbook python : python.qbk

0 commit comments

Comments
 (0)