X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=a8db7001205b510f5e7c010b86cceae0fa8e07ff;hp=c6f7202e8f13fc2fde17a1322f05f4285c2956e2;hb=aff35fb14a087ac279167b784924fe98eec24f1c;hpb=3c64dba7a2f09839f3bd99fe27a5229f4da4d592 diff --git a/GNUmakefile.in b/GNUmakefile.in index c6f7202e..a8db7001 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.206 2012/03/18 15:42:44 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.208 2012/09/20 10:42:49 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2011 members of the # Privoxy team. http://www.privoxy.org/ @@ -142,7 +142,7 @@ PERL = perl DOC_DIR = doc/source DOC_TMP = $(DOC_DIR)/tmp DOC_STATUS = @DOC_STATUS@ -TIDY = tidy -modify -indent -clean -wrap 78 --tidy-mark no +TIDY = tidy -modify -indent -wrap 78 --tidy-mark no # Program to do LF->CRLF # @@ -516,7 +516,6 @@ dok-webserver: cd doc/source/webserver && $(DB)-notoc -ip-homepage -V nochunks index.sgml > ../../webserver/index.html $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\ s/<\/HEAD/\n<\/HEAD/;\ - s/<\/HEAD/\n<\/HEAD/;\ s/\.\d\. //;\ s/__copy/©/'\ doc/webserver/index.html && $(RM) doc/webserver/*.bak @@ -526,7 +525,6 @@ dok-index: cd doc/source/webserver && $(DB)-notoc -ip-index -V nochunks index.sgml > ../../webserver/privoxy-index.html $(PERL) -pi.bak -e 's/..\/p_doc.css/p_doc.css/;\ s/<\/HEAD/\n<\/HEAD/;\ - s/<\/HEAD/\n<\/HEAD/;\ s/\.\d\. //;\ s/__copy/©/' \ doc/webserver/privoxy-index.html && $(RM) doc/webserver/*.bak