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

Add .txt extension to text files in 'make distrib-mac'
parent b6050913
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.241 2002-11-11 17:50:57 geuzaine Exp $ # $Id: Makefile,v 1.242 2002-11-13 19:26:41 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 36
GMSH_PATCH_VERSION = 3 GMSH_PATCH_VERSION = 0
MAKE = make MAKE = make
CXX = c++ CXX = c++
...@@ -675,8 +675,11 @@ distrib-mac: ...@@ -675,8 +675,11 @@ distrib-mac:
cp $(GMSH_BIN_DIR)/gmsh gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/MacOS/Gmsh cp $(GMSH_BIN_DIR)/gmsh gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/MacOS/Gmsh
cp Fltk/MacIcons.icns gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/Resources/gmsh.icns cp Fltk/MacIcons.icns gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/Resources/gmsh.icns
cp tutorial/tutorial.html gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/Resources cp tutorial/tutorial.html gmsh-$(GMSH_RELEASE)/Gmsh.app/Contents/Resources
cp -R doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1\ cp -R doc/gmsh.1 tutorial demos gmsh-$(GMSH_RELEASE)
tutorial demos gmsh-$(GMSH_RELEASE) cp doc/FORMATS gmsh-$(GMSH_RELEASE)/FORMATS.txt
cp doc/VERSIONS gmsh-$(GMSH_RELEASE)/VERSIONS.txt
cp doc/FAQ gmsh-$(GMSH_RELEASE)/FAQ.txt
cp doc/CONTRIBUTORS gmsh-$(GMSH_RELEASE)/CONTRIBUTORS.txt
rm -rf gmsh-$(GMSH_RELEASE)/*/CVS\ rm -rf gmsh-$(GMSH_RELEASE)/*/CVS\
gmsh-$(GMSH_RELEASE)/*/*~\ gmsh-$(GMSH_RELEASE)/*/*~\
gmsh-$(GMSH_RELEASE)/*/*.msh gmsh-$(GMSH_RELEASE)/*/*.msh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment