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

*** empty log message ***

parent f77937ca
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.150 2001-09-06 08:12:28 geuzaine Exp $
# $Id: Makefile,v 1.151 2001-09-06 08:22:47 geuzaine Exp $
GMSH_RELEASE = 1.26
......@@ -169,9 +169,11 @@ distrib:
distrib-win:
cp $(GMSH_BIN_DIR)/gmsh.exe ../gmsh-distrib
cp doc/README.txt ../gmsh-distrib
cp doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS ../gmsh-distrib
cd utils && unix2dos ../../gmsh-distrib/FORMATS ../../gmsh-distrib/VERSIONS\
../../gmsh-distrib/FAQ ../../gmsh-distrib/CONTRIBUTORS
cp doc/FORMATS ../gmsh-distrib/FORMATS.txt
cp doc/VERSIONS ../gmsh-distrib/VERSIONS.txt
cp doc/FAQ ../gmsh-distrib/FAQ.txt
cp doc/CONTRIBUTORS ../gmsh-distrib/CONTRIBUTORS.txt
cd utils && unix2dos ../../gmsh-distrib/*.txt
cp -R tutorial ../gmsh-distrib
cp -R demos ../gmsh-distrib
rm -rf ../gmsh-distrib/*/CVS
......
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