From 3d5d772f520c43f35d9e92e9b6de3c70da396098 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 2 Jan 2001 08:48:26 +0000
Subject: [PATCH] *** empty log message ***

---
 www/Makefile  | 8 ++++++--
 www/gmsh.html | 6 ++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/Makefile b/www/Makefile
index 47285ff718..1403b2bf93 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2,10 +2,14 @@
 mirror:
 	cat gmsh.html |\
         sed "s/\/gmsh\//http:\/\/www.geuz.org\/gmsh\//g" |\
-        sed "s/\/getdp\//http:\/\/www.geuz.org\/getdp\//g" > gmsh-mirror.html
+        sed "s/\/getdp\//http:\/\/www.geuz.org\/getdp\//g" |\
+        sed "s/<!---BEGINDATE.Date: /Last updated /g" |\
+        sed "s/ .ENDDATE--->/<p>/g" \
+        > gmsh-mirror.html
 
 cgi:
 	cat gmsh.html |\
         sed "s/<!---BEGINSCRIPT//g" |\
-        sed "s/ENDSCRIPT--->//g" > geuzaine-gmsh.cgi
+        sed "s/ENDSCRIPT--->//g" \
+        > geuzaine-gmsh.cgi
 	chmod 755 geuzaine-gmsh.cgi
diff --git a/www/gmsh.html b/www/gmsh.html
index c59f0c6f9a..4c9fa52c9e 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -47,6 +47,8 @@ cat << EOM
 page requests since May 24, 1998<p>
 ENDSCRIPT--->
 
+<!---BEGINDATE$Date: 2001-01-02 08:48:26 $ENDDATE--->
+
     &copy; 1998-2001 C. Geuzaine, J.-F. Remacle
 
   </font></td>
@@ -554,10 +556,6 @@ computation software for the numerical solution of
 integro-differential equations, using finite element and integral type
 methods.
 
-  <!--- This is generated automatically by CVS --->
-  <p>
-  $Date: 2001-01-02 08:25:53 $
-
   </font></td>
 
 </tr>
-- 
GitLab