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)
commit5c3ff0e8f3caf7ebef4c60f1092f41b1d8c5460f
tree4b507cb9e439a05db44a378ad5d0edd80a765fa9
parentaa1b69c44dad581f0756a5e95571df3afc644869
make dok: don't run tidy on the docbook generated html

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