From 938d927caaa63e539b67dbe806a20a2b98b8a5a2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 5 Dec 2000 19:38:11 +0000 Subject: [PATCH] removed email/url --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 707c198e20..1a507edd9a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2000-12-05 18:52:57 geuzaine Exp $ +# $Id: Makefile,v 1.11 2000-12-05 19:38:11 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -127,8 +127,6 @@ tag: echo "#define GMSH_HOST \"`hostname`\"" >> Common/Version.h echo "#define GMSH_PACKAGER \"`logname`\"" >> Common/Version.h echo "#define GMSH_OS \"`uname -sr`\"" >> Common/Version.h - echo "#define GMSH_URL \"http://www.geuz.org/gmsh/\"" >> Common/Version.h - echo "#define GMSH_EMAIL \"Christophe.Geuzaine@ulg.ac.be, Remacle@scorec.rpi.edu\"" >> Common/Version.h initialtag: @if [ ! -r Common/Version.h ]; then \ -- GitLab