Skip to content

Commit

Permalink
Release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfried Bruns committed Sep 28, 2019
1 parent 37c500f commit 73d9fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .make-bindist.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion doc/Normaliz.tex
Expand Up @@ -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}

Expand Down

0 comments on commit 73d9fb3

Please sign in to comment.