Tiny English fix: infos -> info
[privoxy.git] / GNUmakefile.in
index e7bfd7d..e126048 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.79 2002/04/11 06:49:28 oes Exp $
+# $Id: GNUmakefile.in,v 1.81 2002/04/11 14:40:27 oes Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -470,7 +470,8 @@ win-dist:
 tarball-dist: dist-check clean clobber
        $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS)
 
-       for i in `find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \)`; do \
+       for i in `find . -type f -a -not \( -path "*/CVS*" -o -path "*/results*" \
+        -o -name ".cvsignore" -o -path "*/debian/*" \)`; do \
           files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \
        done &&  \
        cd .. && $(TAR) cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \
@@ -489,9 +490,8 @@ tarball-upload:
        @$(ECHO) ... and release the files.
        @$(ECHO) -------------------------------------------------------
 
-# handle with care
 tarball-clean:
-       $(RM) ../rivoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
+       $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz
 
 #############################################################################
 #
@@ -785,6 +785,12 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.81  2002/04/11 14:40:27  oes
+# Fixed typo -- Thanks, Moritz!
+#
+# Revision 1.80  2002/04/11 12:50:00  oes
+# Fixed tarball-dist target
+#
 # Revision 1.79  2002/04/11 06:49:28  oes
 # webserver target: silenced timestamp warnings resulting from uploading westwards, made permissions fixing independant of screwed local dir permissions, suppress (false alarm) make error if not owner of feedback log
 #