X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=makedist.sh;h=c8f0d760a254f5ac7cd4c7a4885f1775b9958aaf;hp=84801211f8849d1d7bc438777bc2d135d805246c;hb=4889e529cd1bbbf8a02a1d7062f2b954438ffe36;hpb=3cde236c0c4de0e7970593f71e4f976b8b98e826 diff --git a/makedist.sh b/makedist.sh index 8480121..c8f0d76 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,11 +5,12 @@ tmp=$(mktemp -d) release=$1 [ -n "$release" ] -redo-ifchange module-name streebog256 -mod_name=`cat module-name` +redo-ifchange streebog256 git clone . $tmp/gogost-$release cd $tmp/gogost-$release git checkout v$release +redo module-name VERSION +mod_name=`cat module-name` crypto_mod_path=$(sed -n 's#^require \(golang.org/x/crypto\) \(.*\)$#\1@\2#p' go.mod) mkdir -p src/$mod_name @@ -26,10 +27,8 @@ mv \ prfplus \ cmd internal gogost.go go.mod go.sum src/$mod_name -rm module-name.do clean.do echo $mod_name > module-name find . -name "*.do" -exec perl -i -npe "s/^go/GOPATH=\`pwd\` go/" {} \; -perl -i -npe "s/UNKNOWN/v$release/" src/$mod_name/gogost.go mkdir contrib cp ~/work/redo/minimal/do contrib/do @@ -43,6 +42,13 @@ You can obtain releases source code prepared tarballs on @url{http://www.gogost.cypherpunks.ru/}. EOF +mkinfo() { + ${MAKEINFO:-makeinfo} --plaintext \ + --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ + --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ + -D "VERSION `cat VERSION`" $@ +} + texi=$(mktemp) cat > $texi < $texi < $texi < $texi < $texi < $texi <