diff --git a/Makefile b/Makefile
index e9f20f90c9f7484bad10d7a61ab70664673f5d0d..150b75791aab385d8473b579568374523b816355 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.343 2004-05-12 04:31:21 geuzaine Exp $
+# $Id: Makefile,v 1.344 2004-05-12 18:36:21 geuzaine Exp $
 #
 # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 #
@@ -142,7 +142,7 @@ source: source-common
 
 source-commercial: source-common
 	cd gmsh-${GMSH_VERSION} && rm -rf CVS */CVS */*/CVS */*/*/CVS */.globalrc\
-          Triangle/triangle.* MathEval/*.{c,h} TODO *.spec doc/gmsh.html doc/FAQ\
+          MathEval Triangle/triangle.* TODO *.spec doc/gmsh.html doc/FAQ\
           doc/README.cvs utils/commercial ${GMSH_VERSION_FILE}
 	cp -f utils/commercial/README gmsh-${GMSH_VERSION}/README
 	cp -f utils/commercial/LICENSE gmsh-${GMSH_VERSION}/doc/LICENSE
diff --git a/MathEval/README b/MathEval/README
index e06a401d7f15bf9b58a705ff57df9b8b70fc4035..721ce8f76844401dac5def36b50e3488e26b86bc 100644
--- a/MathEval/README
+++ b/MathEval/README
@@ -1,5 +1,5 @@
 
-This directory contains a modified version of GNU libmatheval
+This directory contains a modified version of GNU libmatheval.
 
 Copyright (C) 1999, 2002, 2003  Aleksandar B. Samardzic
 
@@ -15,7 +15,7 @@ of a mathematical function over single or multiple variables. This tree
 can be used later to evaluate a function for specified variable values,
 to create a corresponding tree for the function derivative over a
 specified variable, or to write a textual tree representation to a
-specified string. The library exposes C and Fortran 77 interfaces.
+specified string. 
 
 BUGS