make dok: don't run tidy on the docbook generated html
authorLee <ler762@users.sourceforge.net>
Sun, 18 Mar 2018 15:00:16 +0000 (11:00 -0400)
committerLee <ler762@users.sourceforge.net>
Sun, 18 Mar 2018 15:00:16 +0000 (11:00 -0400)
at least as of tidy 5.6.0, tidy -indent -wrap
breaks <pre> formatting if the line is wrapped

<pre>a long line
</pre>

when indented and wrapped ends up like this
      <pre>
      a long line
</pre>

The pre-formatted text shouldn't have leading spaces added.  It should look like
      <pre>
a long line
</pre>

GNUmakefile.in

index b7ab77f..3c55d79 100644 (file)
@@ -565,7 +565,7 @@ dok-index:
      doc/webserver/privoxy-index.html && $(RM) doc/webserver/*.bak
 
 # Main documentation target.
-dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index dok-tidy
+dok: dok-release dok-devel dok-user dok-faq dok-readme dok-webserver dok-authors dok-index
        @$(ECHO) Documentation created.
 
 ## Make AUTHORS file