Commit 22697eb2 authored by peastman's avatar peastman
Browse files

Another attempt at getting the docs to build correctly

parent dbaeb984
...@@ -41,7 +41,8 @@ fi ...@@ -41,7 +41,8 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf make -j4 all install
make -j4 PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
...@@ -38,7 +38,8 @@ fi ...@@ -38,7 +38,8 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf make -j4 all install
make -j4 PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
...@@ -43,7 +43,8 @@ fi ...@@ -43,7 +43,8 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j4 all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf make -j4 all install
make -j4 PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install. # Install.
make install make install
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment