forked from Imagelibrary/binutils-gdb
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user