From 73d9fb3016d22c5c332561ecb8f54af34eaa45bc Mon Sep 17 00:00:00 2001 From: Winfried Bruns Date: Sat, 28 Sep 2019 17:45:18 +0200 Subject: [PATCH] Release 3.8.1 --- .make-bindist.sh | 4 ++-- doc/Normaliz.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.make-bindist.sh b/.make-bindist.sh index 269b72a64..cf3d8648a 100755 --- a/.make-bindist.sh +++ b/.make-bindist.sh @@ -4,7 +4,7 @@ echo echo $TRAVIS_BRANCH echo -if [[ $TRAVIS_BRANCH == master ]]; then +#if [[ $TRAVIS_BRANCH == master ]]; then set -e echo "BINDISTNAME=@PACKAGE@-@VERSION@-@build@.tar.gz; BINDISTPATTERN=@PACKAGE@-*-@build@.tar.gz; prefix=@prefix@; srcdir=@srcdir@; abs_srcdir=@abs_srcdir@" > .bindist-vars.in ./config.status --quiet --file=.bindist-vars @@ -43,5 +43,5 @@ if test -r $srcdir/.travis_ci_bindist_deploy_key; then (cd Normaliz-bindist && git --version && git add --all && git commit -m "${msg}" && git push) fi set +e -fi +#fi diff --git a/doc/Normaliz.tex b/doc/Normaliz.tex index f0835753d..2c8f06b1c 100644 --- a/doc/Normaliz.tex +++ b/doc/Normaliz.tex @@ -7231,7 +7231,7 @@ \section{Normaliz 2 input syntax}\label{OldSyntax} Note that algebraic polyhedra cannot be defined by input files in this format. -The optional output files of with suffix \verb|cst| are still in this format. Just create one and inspect it. +The optional output files with suffix \verb|cst| are still in this format. Just create one and inspect it. \section{libnormaliz}\label{libnorm}