Skip to content

Commit

Permalink
[cleanup] documentation: disabling book generation, and old api offli…
Browse files Browse the repository at this point in the history
…ne html

theses should come back soon in a different format
  • Loading branch information
OpaOnWindowsNow authored and BourgerieQuentin committed Feb 14, 2012
1 parent 518c600 commit 3bf738f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions install_release.sh
Expand Up @@ -9,7 +9,7 @@ set -u
PREFIX=/usr
INSTALLDIR=$PWD/release_install_root

NODOC="false"
NODOC="true"
NOMAN="false"

# the version string will be MAJORNAME+BUILDnnnn with nnnn the build number
Expand Down Expand Up @@ -222,12 +222,12 @@ mkdir -p $INSTALLDIR/share/doc/opa/

# generating the book
if [ $NODOC = "false" ]; then
make opadoc/doc install-doc
if ! make book-clean book; then
msg "Error: could not build the doc in $OPABOOK."
msg "You may want to fix and re-run with -keep-install-sys -keep-build"
exit 1
fi
# make opadoc/doc install-doc
# if ! make book-clean book; then
# msg "Error: could not build the doc in $OPABOOK."
# msg "You may want to fix and re-run with -keep-install-sys -keep-build"
# exit 1
# fi
fi
# installing the book
if [ $NODOC = "false" ] && [ -z "$IS_WINDOWS" ]; then
Expand Down

0 comments on commit 3bf738f

Please sign in to comment.