From ce7c8058fd204495de875c6224a9a3107db029f0 Mon Sep 17 00:00:00 2001 From: fca Date: Fri, 11 Jun 1999 19:06:23 +0000 Subject: [PATCH] Do not export picts twice. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a905d30d410..877e6695f2b 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,8 @@ AliRoot3.01.tar.gz AliLibs3.01.tar.gz AliOffline3.01.tar.gz: @cd $(ALICE) ; \ gtar cvfz $@ --exclude '*.o' --exclude '*Cint.*' \ --exclude '*/roothtml/*' --exclude '*/CVS' \ - --exclude Make-depend `cat /tmp/saves` + --exclude Make-depend --exclude '*html/gif' \ + `cat /tmp/saves` alidepend: @for i in $(ALIROOT_DIRS) ; do \ -- 2.31.1