From 0fcbfaea2f6519f5ab1ae1c34121f93b823835e9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 24 Oct 2002 23:50:12 +0000
Subject: [PATCH] mac version

---
 Makefile      | 8 ++++++--
 doc/gmsh.html | 1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index aea7d1ca2c..6fc72f3fbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.233 2002-10-16 17:33:03 geuzaine Exp $
+# $Id: Makefile,v 1.234 2002-10-24 23:50:12 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 35
@@ -475,7 +475,11 @@ link-solaris-scorec:
 solaris-scorec: compile-solaris-scorec link-solaris-scorec
 
 #
-# MacOS X
+# MacOS X. To distribute: 
+# 1) compile
+# 2) copy (using the finder! copying in a shell will destroy the resources!) 
+#    a distribution folder
+# 3) use the DiskCopy ustility to create a disk image (.dmg)
 #
 compile-macosx: initialtag
 	@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 00a86af5e2..4227484348 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -200,6 +200,7 @@ are included in the archives.
 <li><A href="/gmsh/bin/gmsh-1.35.2-Windows.zip">Windows zip archive (95/98/NT/XP)</A>
 <li><A href="/gmsh/bin/gmsh-1.35.2-1.i386.rpm">Linux RPM (i386, Red Hat >= 6.2 and compatible)</A> 
 <li><A href="/gmsh/bin/gmsh-1.35.2-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> 
+<li><A href="/gmsh/bin/gmsh-1.35.2-MacOSX.dmg">Mac OS X disk image (Mac OS X 10.2)</A>
 <li><A href="/gmsh/bin/gmsh-1.35.2-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> 
 <li><A href="/gmsh/bin/gmsh-1.35.2-SunOS.tgz">Sun tarball (SunOS 5.8)</A> 
 <li><A href="/gmsh/bin/gmsh-1.35.2-AIX.tgz">IBM tarball (AIX)</A> 
-- 
GitLab