]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/ChangeLog
support generating multi-html pages in parallel
authorMike Frysinger <vapier@gentoo.org>
Sun, 2 May 2021 16:50:39 +0000 (12:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 8 May 2021 16:06:07 +0000 (12:06 -0400)
commitcf758b396026089fe2684afcc5ccd6bd3b7923c0
tree33fabd3035b892bf46d4f565575866ce5c62bdd0
parent2faf902da5109e31ad08d84a24f827f0e6f60dc4
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.
15 files changed:
bfd/ChangeLog
bfd/doc/Makefile.am
bfd/doc/Makefile.in
binutils/ChangeLog
binutils/doc/Makefile.am
binutils/doc/Makefile.in
gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in
gprof/ChangeLog
gprof/Makefile.am
gprof/Makefile.in
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in