Fix some issues with make dist-gzip
commit5e6cf57de897d4e9d056ac0e44b7abd325bcbd00
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 2 Oct 2024 19:51:16 +0000 (2 12:51 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 2 Oct 2024 19:54:22 +0000 (2 12:54 -0700)
tree36253837cc827213c7e1c5c11fb067d70c765d68
parent82002f803288b7198c0fe4f268cf2152140ac427
Fix some issues with make dist-gzip

First, the calling sequence for `build_and_dump_html_index` has
changed and we didn't update `common-lang.mk` to use the new
convention.

Second, `build-html-index.lisp` didn't support the "ja" language
because it didn't have a hash-table entry for "ja" to get the name of
the file containing the function and variable index.  This has been
fixed.  AFAICT, the index file uses the English name.

This doesn't fix everything with `make dist-gzip`, though.  It still
fails.  I think the Russian docs don't build.  That's a different
issue.
doc/info/build-html-index.lisp
doc/info/common-lang.mk