diff options
| author | Stefan Monnier | 2013-08-27 21:37:13 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-08-27 21:37:13 -0400 |
| commit | 0acfedd3496a4a375c27215d13bf63466fdb1071 (patch) | |
| tree | 811bd6dc3ff22979e8836cd9b0cb4f483a739a4f /doc/misc/ChangeLog | |
| parent | 95888bca5db8d05e3a23a2288d2ec0775a429e2b (diff) | |
| download | emacs-0acfedd3496a4a375c27215d13bf63466fdb1071.tar.gz emacs-0acfedd3496a4a375c27215d13bf63466fdb1071.zip | |
Try to reduce redundancy in doc/misc/Makefile.in.
* configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
* doc/misc/Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
(TARGETS): New intermediate variable.
(DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 13851514c15..c08de7e4a59 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Try to reduce redundancy in doc/misc/Makefile.in. | ||
| 4 | * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32. | ||
| 5 | (TARGETS): New intermediate variable. | ||
| 6 | (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it. | ||
| 7 | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | 8 | 2013-08-27 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ. | 10 | * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ. |