From 8e90455fb8720acfbfc70907402c7e1d4f2d5aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 21 Jul 2022 10:46:49 +0200 Subject: [PATCH] Don't dd Documentation to source tarball --- CI/ci-source.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CI/ci-source.sh b/CI/ci-source.sh index e791fddc..53308933 100755 --- a/CI/ci-source.sh +++ b/CI/ci-source.sh @@ -1,14 +1,6 @@ # This script just creates compressed files of OpenMesh sources -# Create Build directory and Build documentation -mkdir build-doc - -cd build-doc -cmake .. -make doc -cd .. - # Extract Version Information VERSION=OpenMesh-$(cat CMakeLists.txt | grep VERSION | grep -v cmake | grep -v CMAKE | tr -d "VERSION=" | tr -d " ") @@ -27,8 +19,6 @@ mv src $VERSION/ mv cmake-library $VERSION/ mv openmesh.pc.in $VERSION/ -mv build-doc/Build/share/OpenMesh/Doc/html/ $VERSION/Documentation - tar cjf $VERSION.tar.bz2 $VERSION tar czf $VERSION.tar.gz $VERSION zip -9 -q -r $VERSION.zip $VERSION