Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
22697eb2
Commit
22697eb2
authored
Feb 08, 2016
by
peastman
Browse files
Another attempt at getting the docs to build correctly
parent
dbaeb984
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+2
-1
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+2
-1
devtools/packaging/scripts/source/build.sh
devtools/packaging/scripts/source/build.sh
+2
-1
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
22697eb2
...
...
@@ -41,7 +41,8 @@ fi
mkdir
build
cd
build
cmake ../openmm
$CMAKE_FLAGS
make
-j4
all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
make
-j4
all
install
make
-j4
PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install.
make
install
devtools/packaging/scripts/osx/build.sh
View file @
22697eb2
...
...
@@ -38,7 +38,8 @@ fi
mkdir
build
cd
build
cmake ../openmm
$CMAKE_FLAGS
make
-j4
all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
make
-j4
all
install
make
-j4
PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install.
make
install
devtools/packaging/scripts/source/build.sh
View file @
22697eb2
...
...
@@ -43,7 +43,8 @@ fi
mkdir
build
cd
build
cmake ../openmm
$CMAKE_FLAGS
make
-j4
all PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
make
-j4
all
install
make
-j4
PythonInstall C++ApiDocs PythonApiDocs sphinxpdf
# Install.
make
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment