From 21a9b7697cff85398a899a07493d80880140eac5 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 3 Aug 2001 11:27:54 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eaeec3246d..54ca669a8a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.118 2001-08-03 11:23:49 geuzaine Exp $
+# $Id: Makefile,v 1.119 2001-08-03 11:27:54 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -245,6 +245,8 @@ distrib-win:
 	rm -f ../gmsh-distrib/*/*~
 	cd ../gmsh-distrib && zip -r gmsh-$(GMSH_RELEASE)-Windows.zip *
 	mv ../gmsh-distrib/gmsh-$(GMSH_RELEASE)-Windows.zip .
+	rm -rf ../gmsh-distrib/tutorial
+	rm -rf ../gmsh-distrib/demos
 
 strip_bin:
 	strip $(GMSH_BIN_DIR)/gmsh
-- 
GitLab