X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=GNUmakefile.in;h=ca627cc861050f69f87d79f25365147b15b65238;hb=7086ce71fc8ded17f51f9487c2bd19b50e4e2242;hp=5dfdf6d9c7fa79eea173809243ecb8de45c58b79;hpb=0428133610c525457cb16f7ac6a54203a2743d6c;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 5dfdf6d9..ca627cc8 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.202 2011/09/04 11:09:05 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.203 2011/09/04 11:11:17 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2011 members of the # Privoxy team. http://www.privoxy.org/ @@ -671,7 +671,7 @@ dok-get: dok-tidy: for html_file in `find doc/webserver -name "*.html"`; do \ $(TIDY) $$html_file || $(TIDY) $$html_file; \ - $(PERL) -i\'\' -e 's@^\s*
\s*$$@@; s@ +$$@@;' -n -p $$html_file; \ + $(PERL) -i'' -e 's@^\s*
\s*$$@@; s@ +$$@@;' -n -p $$html_file; \ done