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

make install-mac
parent 0b18fb07
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.346 2004-05-25 04:10:03 geuzaine Exp $ # $Id: Makefile,v 1.347 2004-06-01 00:48:53 geuzaine Exp $
# #
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -48,11 +48,14 @@ link: variables ...@@ -48,11 +48,14 @@ link: variables
${POSTBUILD} ${POSTBUILD}
install: variables install: variables
-mkdir -p ${bindir} mkdir -p ${bindir}
-cp bin/gmsh${EXEEXT} ${bindir} cp bin/gmsh${EXEEXT} ${bindir}
-chmod 755 ${bindir}/gmsh${EXEEXT} chmod 755 ${bindir}/gmsh${EXEEXT}
-mkdir -p ${mandir}/man1 mkdir -p ${mandir}/man1
-cp doc/gmsh.1 ${mandir}/man1 cp doc/gmsh.1 ${mandir}/man1
install-mac: variables package-mac
cp -rf gmsh-${GMSH_VERSION}/Gmsh.app /Applications
variables: configure variables: configure
@echo "********************************************************************" @echo "********************************************************************"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment