Don't dd Documentation to source tarball

This commit is contained in:
Jan Möbius
2022-07-21 10:46:49 +02:00
parent f8703479d7
commit 8e90455fb8

View File

@@ -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