2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Fix doc build.

This commit is contained in:
Stefan Seefeld
2016-10-19 07:34:34 -04:00
parent 264f6ae4b9
commit ac39d2ed69

View File

@@ -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