From f0d0f482c929cf1799679d2518740a1c503a1dce Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 17 Mar 2020 23:13:00 +0100 Subject: [PATCH] Don't try to re-generate test vectors upon release --- dist.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist.sh b/dist.sh index 52d9856..6daab41 100755 --- a/dist.sh +++ b/dist.sh @@ -58,9 +58,6 @@ VERSION=`git describe --tags` FOLDER=monocypher-$VERSION TARBALL=$FOLDER.tar.gz -# Generate the test vectors. -(cd tests/gen/ make) - # Generate documentation for users who don't have mandoc doc/man2html.sh -- 2.47.3