diff options
| author | Paul Eggert | 2013-02-21 14:42:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-02-21 14:42:56 -0800 |
| commit | b59a2e9edb562fce9c63a73242db323cd4a9dc0f (patch) | |
| tree | 01cbe11459af48d73a2d069260f5971d83bdf637 /ChangeLog | |
| parent | e224eb4172db7a9203ccf4a3c74954e1168e520b (diff) | |
| download | emacs-b59a2e9edb562fce9c63a73242db323cd4a9dc0f.tar.gz emacs-b59a2e9edb562fce9c63a73242db323cd4a9dc0f.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Parallelize documentation builds. | ||
| 4 | This speeds up building of documentation on multiprocessor | ||
| 5 | platforms, and is motivated by Texinfo 5.0, which is much slower. | ||
| 6 | Add a toplevel rule 'make docs' to make all the documentation. | ||
| 7 | * .bzrignore: Add .dvi, .html, .ps. | ||
| 8 | * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros. | ||
| 9 | ($(DOCS), docs, vi, html, pdf, ps): New rules. | ||
| 10 | (info-real): Depend on $(INFOS) rather than doing it sequentially. | ||
| 11 | (dvi): Depend on $(DVIS) rather than doing it sequentially. | ||
| 12 | |||
| 1 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> | 13 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> |
| 2 | 14 | ||
| 3 | * doc/misc/eshell.texi: Added documentation for Eshell insert | 15 | * doc/misc/eshell.texi: Added documentation for Eshell insert |