Parallelize documentation builds.
commit82c14af0c5a09b6889bcb7f26e370592eff12f34
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Feb 2013 22:42:56 +0000 (21 14:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Feb 2013 22:42:56 +0000 (21 14:42 -0800)
treee6bd68642e7e9c22c88138d6b0c3d3e0b6c00c89
parent5ff6ef8a5d9f697d2e7c1c80ced4aa4ee329f418
Parallelize documentation builds.

This speeds up building of documentation on multiprocessor
platforms, and is motivated by Texinfo 5.0, which is much slower.
Add a toplevel rule 'make docs' to make all the documentation.
* .bzrignore: Add .dvi, .html, .ps.
* Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
($(DOCS), docs, vi, html, pdf, ps): New rules.
(info-real): Depend on $(INFOS) rather than doing it sequentially.
(dvi): Depend on $(DVIS) rather than doing it sequentially.
* doc/misc/Makefile.in (html): New rule.
.bzrignore
ChangeLog
Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in