X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile.in;h=e126048841fcbdc877e0b82e9a99fffad2818e8d;hb=2a75df33c7dbc01fd64bd509b57a305dd29a718c;hp=8d88a3345e7158b2a8e77b86607e156f96a5b71d;hpb=18b768286421f3c82a9b6b6b509a6c840d90802c;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 8d88a334..e1260488 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.80 2002/04/11 12:50:00 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 ; \ @@ -784,6 +785,9 @@ 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 #