added phreeqc3.chm to dist

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8260 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-11-27 07:50:07 +00:00
parent 2abf4e8ff0
commit c47fa577aa

View File

@ -179,6 +179,12 @@ echo "Exporting revision $REVISION of external phreeqc3-doc into sandbox..."
"http://internalbrr.cr.usgs.gov/svn_GW/phreeqc3/trunk/doc" \
"$DISTNAME/phreeqc3-doc")
echo "Exporting revision $REVISION of external HTMLversion into sandbox..."
(cd "$DIST_SANDBOX" && \
${SVN:-svn} export -q $EXTRA_EXPORT_OPTIONS --ignore-externals -r "$REVISION" \
"http://internalbrr.cr.usgs.gov/svn_GW/phreeqc3/trunk/HTMLversion" \
"$DISTNAME/HTMLversion")
ver_major=`echo $VERSION | cut -d '.' -f 1`
ver_minor=`echo $VERSION | cut -d '.' -f 2`
@ -218,6 +224,8 @@ done
cp $DISTPATH/phreeqc3-doc/RELEASE.TXT $DISTPATH/doc/RELEASE
cp $DISTPATH/phreeqc3-doc/NOTICE.TXT $DISTPATH/doc/NOTICE
cp $DISTPATH/HTMLversion/phreeqc3.chm $DISTPATH/doc/phreeqc3.chm
rm -rf $DISTPATH/HTMLversion
(cd "$DISTPATH/doc" && "doxygen")