From: Sarantis Paskalis Date: Tue, 9 Apr 2002 13:37:11 +0000 (+0000) Subject: fix tar options typo X-Git-Tag: v_2_9_14~110 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=147079a297be5950331b53d8135bcf4b810d52ab fix tar options typo --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 7c6dbbae..7fdd77e9 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.76 2002/04/08 22:43:41 oes Exp $ +# $Id: GNUmakefile.in,v 1.77 2002/04/09 13:28:53 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -296,7 +296,7 @@ redhat-dist: rpm-stuff exit 1;\ fi - $(TAR) ---exclude ".cvsignore" -exclude "CVS" --exclude "privoxy-suse.spec" -czf $(TAR_ARCH) . + $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" -czf $(TAR_ARCH) . $(RPM) --clean -ta $(TAR_ARCH) if [ -f $(TAR_ARCH) ]; then $(RM) $(TAR_ARCH); fi @@ -800,6 +800,9 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.77 2002/04/09 13:28:53 swa +# build suse and gen-dist with html docs +# # Revision 1.76 2002/04/08 22:43:41 oes # Fix: Include dotfiles in fixing webserver permissions #