Made sure that Makefile.config is generated before trying to build the
documentation. This is necessary since the hypre version number is set by configure.
This commit is contained in:
parent
e4e15996ff
commit
acd9ac3361
@ -51,12 +51,17 @@ src_dir=$1
|
||||
shift
|
||||
|
||||
# Set some environment variables
|
||||
LATEX2HTML=/usr/apps/latex2html/default/bin
|
||||
PATH=$LATEX2HTML:$PATH
|
||||
export PATH
|
||||
# LATEX2HTML=/usr/apps/latex2html/default
|
||||
# DOCPP=$HOME/local
|
||||
# PATH=$LATEX2HTML/bin:$PATH:$DOCPP/bin
|
||||
# export PATH
|
||||
|
||||
# Make sure Makefile.config is generated
|
||||
cd $src_dir
|
||||
./configure > /dev/null 2>&1
|
||||
|
||||
# Test documentation build in docs/
|
||||
cd $src_dir/docs
|
||||
cd docs
|
||||
make clean
|
||||
make
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user