Fixed a typo; updated copyright notice
authoroes <oes@users.sourceforge.net>
Sat, 31 Jan 2004 01:15:33 +0000 (01:15 +0000)
committeroes <oes@users.sourceforge.net>
Sat, 31 Jan 2004 01:15:33 +0000 (01:15 +0000)
GNUmakefile.in

index 2ca0000..8c52cd7 100644 (file)
@@ -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.
 #