From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 18 Mar 2012 15:42:44 +0000 (+0000)
Subject: Do not let the dok-tidy target taint the docs with a tidy-mark
X-Git-Tag: v_3_0_20~376
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@default-cgi@edit-actions?a=commitdiff_plain;h=30503e7e037ba30ddc4c1a1fda266bafb419d2d4;p=privoxy.git

Do not let the dok-tidy target taint the docs with a tidy-mark

The resulting markup is really nothing to be proud of.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 76e9e9ea..481a7301 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.204 2011/09/06 18:45:28 fabiankeil Exp $
+# $Id: GNUmakefile.in,v 1.205 2011/11/20 17:17:56 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       = tidy -modify -indent -clean -wrap 78 --tidy-mark no
 
 # Program to do LF->CRLF
 #