Parallelize documentation builds.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Feb 2013 22:42:56 +0000 (14:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Feb 2013 22:42:56 +0000 (14:42 -0800)
commitb59a2e9edb562fce9c63a73242db323cd4a9dc0f
tree01cbe11459af48d73a2d069260f5971d83bdf637
parente224eb4172db7a9203ccf4a3c74954e1168e520b
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.
ChangeLog
Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in