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 /doc/misc/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 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 41eb17415b7..4f827073b2f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (html): New rule. | ||
| 4 | |||
| 1 | 2013-02-20 Michael Albinus <michael.albinus@gmx.de> | 5 | 2013-02-20 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * tramp.texi (Android shell setup): Improve. Reported by Thierry | 7 | * tramp.texi (Android shell setup): Improve. Reported by Thierry |