mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
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:
parent
2abf4e8ff0
commit
c47fa577aa
@ -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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user