]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Correct mistake
[u/mrichter/AliRoot.git] / Makefile
index 1cc7ce0da073566d7fb6f5f83027895cf24a0203..7faf000eca9894116b45200ce53ae4296f44cb0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################### Specific Macros ###############################
 
 STRUCT_DIRS    = html conf macros data share include Euclid picts \
-                  Makefile README .rootrc
+                  doc etc Makefile .rootrc
 
 LIBRARY_DIRS   = MINICERN GEANT321 PYTHIA PDF
 
@@ -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 "*$(ALICE_TARGET)*" \
+               --exclude "*tgt_*" \
                 `cat /tmp/saves` 
 
 htmldocnew:            FORCE