diff options
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 |