Skip to content
Snippets Groups Projects
Commit ceb35684 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 43886669
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ package-unix: ...@@ -218,7 +218,7 @@ package-unix:
cp -R tutorial gmsh-${GMSH_VERSION} cp -R tutorial gmsh-${GMSH_VERSION}
cp -R demos gmsh-${GMSH_VERSION} cp -R demos gmsh-${GMSH_VERSION}
rm -rf gmsh-${GMSH_VERSION}/*/CVS rm -rf gmsh-${GMSH_VERSION}/*/CVS
rm -f gmsh-${GMSH_VERSION}/tutorial/*.msh rm -f gmsh-${GMSH_VERSION}/tutorial/t*.msh
rm -f gmsh-${GMSH_VERSION}/*/*~ rm -f gmsh-${GMSH_VERSION}/*/*~
tar cf gmsh-${GMSH_VERSION}-${UNAME}.tar gmsh-${GMSH_VERSION} tar cf gmsh-${GMSH_VERSION}-${UNAME}.tar gmsh-${GMSH_VERSION}
gzip gmsh-${GMSH_VERSION}-${UNAME}.tar gzip gmsh-${GMSH_VERSION}-${UNAME}.tar
...@@ -236,7 +236,7 @@ package-win: ...@@ -236,7 +236,7 @@ package-win:
cp -R tutorial gmsh-${GMSH_VERSION} cp -R tutorial gmsh-${GMSH_VERSION}
cp -R demos gmsh-${GMSH_VERSION} cp -R demos gmsh-${GMSH_VERSION}
rm -rf gmsh-${GMSH_VERSION}/*/CVS rm -rf gmsh-${GMSH_VERSION}/*/CVS
rm -f gmsh-${GMSH_VERSION}/tutorial/*.msh rm -f gmsh-${GMSH_VERSION}/tutorial/t*.msh
rm -f gmsh-${GMSH_VERSION}/*/*~ rm -f gmsh-${GMSH_VERSION}/*/*~
cd utils/misc && ./unix2dos.bash ../../gmsh-${GMSH_VERSION}/tutorial/*\ cd utils/misc && ./unix2dos.bash ../../gmsh-${GMSH_VERSION}/tutorial/*\
../../gmsh-${GMSH_VERSION}/demos/* ../../gmsh-${GMSH_VERSION}/demos/*
...@@ -263,7 +263,7 @@ package-mac: ...@@ -263,7 +263,7 @@ package-mac:
cp doc/LICENSE.txt doc/VERSIONS.txt doc/FAQ.txt doc/CREDITS.txt\ cp doc/LICENSE.txt doc/VERSIONS.txt doc/FAQ.txt doc/CREDITS.txt\
gmsh-${GMSH_VERSION} gmsh-${GMSH_VERSION}
rm -rf gmsh-${GMSH_VERSION}/*/CVS\ rm -rf gmsh-${GMSH_VERSION}/*/CVS\
gmsh-${GMSH_VERSION}/tutorial/*.msh\ gmsh-${GMSH_VERSION}/tutorial/t*.msh\
gmsh-${GMSH_VERSION}/*/*~ gmsh-${GMSH_VERSION}/*/*~
tar zcf gmsh-${GMSH_VERSION}-MacOSX.tgz gmsh-${GMSH_VERSION} tar zcf gmsh-${GMSH_VERSION}-MacOSX.tgz gmsh-${GMSH_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment