support generating multi-html pages in parallel

Use the pattern from other projects where we generate the html pages
in a dir named the same as the project.  So now we have:
gas/doc/gas.html - single html page
gas/doc/gas/ - multiple html pages

This works for projects that have a doc/ subdir already, but gprof &
ld require a little tweaking since they generate their docs in their
respective toplevels.
This commit is contained in:
Mike Frysinger
2021-05-02 12:50:39 -04:00
parent 2faf902da5
commit cf758b3960
15 changed files with 106 additions and 27 deletions

View File

@@ -1,3 +1,8 @@
2021-05-08 Mike Frysinger <vapier@gentoo.org>
* Makefile.am (html-local, doc/gprof/index.html): New targets.
* Makefile.in: Regenerate.
2021-05-08 Mike Frysinger <vapier@gentoo.org>
* Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.