Use correct hashtable type
commitd26e3520af87d0176322af0ceaff9d4f30ee4775
authorRaymond Toy <toy.raymond@gmail.com>
Tue, 26 Jul 2022 21:38:50 +0000 (26 14:38 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Tue, 26 Jul 2022 21:38:50 +0000 (26 14:38 -0700)
treef42cf2791aa3de3bda57242c33b409d0beec39bc
parente2a4f0f3e7f819d225186093e74a6eaef4a9b094
Use correct hashtable type

In build-html-index were were setting *html-index* to be an equalp
hashtable.  That we want an equal hashtable, which is how *html-index*
is initialized.  So, instead of setting *html-index* to a new
hashtable, just clear the existing table.

This fixes some errors where we were getting duplicated section names
that should have been marked as duplicate.  (Like "Introduction to
Simplification" and "Introduction to simplification".  Note the
capitalization of "simplification".)

There are still some duplicates that need investigation.
doc/info/build-html-index.lisp