From e9fe1faeed54a4f95828e0f6c2e5e0a89b1762e6 Mon Sep 17 00:00:00 2001 From: fca Date: Mon, 5 Jul 1999 07:29:08 +0000 Subject: [PATCH] Correct mistake --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 944a08da8cc..7faf000eca9 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ AliRoot$(VERSION).tar.gz AliLibs$(VERSION).tar.gz AliOffline$(VERSION).tar.gz: @ls -1d $^ | sed -e "s/^/$(ALICE_LEVEL)\//" > /tmp/saves @cd $(ALICE) ; \ gtar cvfz $@ --exclude '*.o' --exclude '*Cint.*' \ - --exclude '*/roothtml/*' --exclude '*/CVS' \ + --exclude 'roothtml' --exclude 'CVS' \ --exclude Make-depend --exclude '*html/gif' \ - --exclude "tgt_*" \ + --exclude "*tgt_*" \ `cat /tmp/saves` htmldocnew: FORCE -- 2.31.1