From 00daa3f46ea5c4393335ab34b6b1cbb4a04e1c87 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 1 Jun 2004 00:48:53 +0000
Subject: [PATCH] make install-mac

---
 Makefile | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index ce336bc1be..babfb6ffdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $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
 #
@@ -48,11 +48,14 @@ link: variables
 	${POSTBUILD}
 
 install: variables
-	-mkdir -p ${bindir}
-	-cp bin/gmsh${EXEEXT} ${bindir}
-	-chmod 755 ${bindir}/gmsh${EXEEXT}
-	-mkdir -p ${mandir}/man1
-	-cp doc/gmsh.1 ${mandir}/man1
+	mkdir -p ${bindir}
+	cp bin/gmsh${EXEEXT} ${bindir}
+	chmod 755 ${bindir}/gmsh${EXEEXT}
+	mkdir -p ${mandir}/man1
+	cp doc/gmsh.1 ${mandir}/man1
+
+install-mac: variables package-mac
+	cp -rf gmsh-${GMSH_VERSION}/Gmsh.app /Applications
 
 variables: configure
 	@echo "********************************************************************"
-- 
GitLab