From 9b291a2a9e21ebac261cfbc17461865629e3bd31 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 12 Mar 2003 23:43:45 +0000 Subject: [PATCH] don't distribute the texinfo stuff right now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0850cbbc92..332dd32201 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.273 2003-03-07 23:35:01 geuzaine Exp $ +# $Id: Makefile,v 1.274 2003-03-12 23:43:45 geuzaine Exp $ include variables @@ -50,7 +50,7 @@ source-common: source: source-common cd gmsh-${GMSH_RELEASE} && rm -rf CVS */CVS */*/CVS */.globalrc ${GMSH_VERSION_FILE}\ - NR Triangle/triangle.* + doc/texinfo NR Triangle/triangle.* tar zcvf gmsh-${GMSH_RELEASE}-source.tgz gmsh-${GMSH_RELEASE} source-nonfree: source-common -- GitLab