Do not let the dok-tidy target taint the docs with a tidy-mark
authorFabian Keil <fk@fabiankeil.de>
Sun, 18 Mar 2012 15:42:44 +0000 (15:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 18 Mar 2012 15:42:44 +0000 (15:42 +0000)
The resulting markup is really nothing to be proud of.

GNUmakefile.in

index 76e9e9e..481a730 100644 (file)
@@ -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
 #