Subversion Repositories wimsdev

Rev

Rev 16817 | Rev 17936 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16817 Rev 17829
Line 46... Line 46...
46
 
46
 
47
sed -e "s/WIMS_VERSION/$version/" $target/wims/README.template > $target/wims/README
47
sed -e "s/WIMS_VERSION/$version/" $target/wims/README.template > $target/wims/README
48
rm -f $target/wims/README.template
48
rm -f $target/wims/README.template
49
cp $target/wims/README $target/wims/public_html/README
49
cp $target/wims/README $target/wims/public_html/README
50
 
50
 
51
echo "** Create configure file using autoconf"
51
#echo "** Create configure file using autoconf"
52
cd $target/wims/src; autoconf; autoheader
52
#cd $target/wims/src; autoconf; autoheader
53
 
53
 
54
echo "** Remove temporary files and wimstest directory"
54
echo "** Remove temporary files and wimstest directory"
55
rm -Rf *.cache *.log 2>/dev/null
55
rm -Rf *.cache *.log 2>/dev/null
56
rm $target/wims/mkdistsvn
56
rm $target/wims/mkdistsvn
57
rm -rf $target/wims/wimstest
57
rm -rf $target/wims/wimstest