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:
kolev 2007-11-28 23:05:03 +00:00
parent e4e15996ff
commit acd9ac3361

View File

@ -51,12 +51,17 @@ src_dir=$1
shift shift
# Set some environment variables # Set some environment variables
LATEX2HTML=/usr/apps/latex2html/default/bin # LATEX2HTML=/usr/apps/latex2html/default
PATH=$LATEX2HTML:$PATH # DOCPP=$HOME/local
export PATH # 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/ # Test documentation build in docs/
cd $src_dir/docs cd docs
make clean make clean
make make