mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
working on dist
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8020 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
9829d75af3
commit
01b94d05d6
@ -217,7 +217,7 @@ if [ -z "$ver_patch" ]; then
|
||||
fi
|
||||
|
||||
SED_FILES="$DISTPATH/phreeqc3-doc/RELEASE.TXT \
|
||||
$DISTPATH/doc/Doxyfile"
|
||||
$DISTPATH/src/IPhreeqc.h"
|
||||
|
||||
for vsn_file in $SED_FILES
|
||||
do
|
||||
@ -229,6 +229,7 @@ do
|
||||
-e "s/@RELEASE_DATE@/$RELEASE_DATE/g" \
|
||||
-e "s/@PHREEQC_VER@/$VER/g" \
|
||||
-e "s/@PHREEQC_DATE@/$RELEASE_DATE/g" \
|
||||
-e "s/@REVISION_SVN@/$REVISION_SVN/g" \
|
||||
< "$vsn_file" > "$vsn_file.tmp"
|
||||
unix2dos "$vsn_file.tmp" 2> /dev/null
|
||||
mv -f "$vsn_file.tmp" "$vsn_file"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#include "Var.h"
|
||||
|
||||
/**
|
||||
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@)
|
||||
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@-@REVISION_SVN@)
|
||||
*
|
||||
* @htmlonly
|
||||
* <table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user