From: oes Date: Sat, 31 Jan 2004 01:15:33 +0000 (+0000) Subject: Fixed a typo; updated copyright notice X-Git-Tag: v_3_0_3~1 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=ded155039a9aa4d99dc3974070850e17ee1df5d8;p=privoxy.git Fixed a typo; updated copyright notice --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 2ca00004..8c52cd79 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,8 +1,8 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.104.2.23 2003/04/20 17:28:52 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.104.2.24 2003/12/03 10:30:02 oes Exp $ # -# Written by and Copyright (C) 2001 the SourceForge +# Written by and Copyright (C) 2001 - 2004 the SourceForge # Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written @@ -633,7 +633,7 @@ tarball-dist: dist-check clean clobber for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \ -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \ - -name "PACKAGERS" -o path "*/pdf/*" \)`; do \ + -name "PACKAGERS" -o -path "*/pdf/*" \)`; do \ files="$$files privoxy-$(VERSION)-$(CODE_STATUS)/$$i"; \ done && \ cd .. && $(TAR) -cvhf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar $$files ; \ @@ -1341,6 +1341,10 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.104.2.24 2003/12/03 10:30:02 oes +# - Added new dependency: actions.c -> ssplit.h +# - Excluded PDF docs from src tarball +# # Revision 1.104.2.23 2003/04/20 17:28:52 hal9 # Strip trailing spaces from config-file generation, bug #724596. #