From 94ca333b6ab13164096ae138fed23692538fa541 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 19 Nov 2005 16:42:42 +0000
Subject: [PATCH] include metis in the free version since we now have Karypis'
 approval

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

diff --git a/Makefile b/Makefile
index 26348d5b97..30e1f85adf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.400 2005-10-16 05:24:05 geuzaine Exp $
+# $Id: Makefile,v 1.401 2005-11-19 16:42:42 geuzaine Exp $
 #
 # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 #
@@ -146,13 +146,13 @@ source-tree: purge
 source: source-tree
 	cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\
           contrib/NR contrib/Triangle/triangle.* contrib/Tetgen/tetgen.*\
-          contrib/Tetgen/predicates.* contrib/Metis utils/commercial 
+          contrib/Tetgen/predicates.* utils/commercial 
 	tar zcvf gmsh-${GMSH_VERSION}-source.tgz --exclude "CVS" gmsh-${GMSH_VERSION}
 
 source-commercial: source-tree
 	cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\
           contrib/MathEval contrib/Triangle/triangle.* contrib/Tetgen/tetgen.*\
-          contrib/Tetgen/predicates.* contrib/Netgen/libsrc\
+          contrib/Tetgen/predicates.* contrib/Netgen/libsrc contrib/Metis\
           TODO *.spec doc/gmsh.html doc/README.cvs\
           utils/commercial
 	cp -f utils/commercial/README gmsh-${GMSH_VERSION}/README
-- 
GitLab