aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-06-11 15:33:14 -0400
committerGlenn Morris2014-06-11 15:33:14 -0400
commitd29d249207dbb944ea93275ea8b8ea07f59c1e82 (patch)
treeed19dc45de0f0822b038df22509ce111b2d5e4ac /doc
parentb765f1fe83a0df149ad783f7dae8ea01f71e680d (diff)
parentdf907af0ddfc4282a6184f1b516cd92dbdf0093f (diff)
downloademacs-d29d249207dbb944ea93275ea8b8ea07f59c1e82.tar.gz
emacs-d29d249207dbb944ea93275ea8b8ea07f59c1e82.zip
Merge from emacs-24; up to 2014-06-02T14:17:07Z!michael.albinus@gmx.de
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 04df41c7d9a..12931661658 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
4
12014-06-10 Glenn Morris <rgm@gnu.org> 52014-06-10 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. 7 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 62f50af0e43..4e9f8f18526 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -72,7 +72,7 @@ INFO_COMMON = ada-mode auth autotype bovine calc ccmode cl \
72 url vhdl-mode vip viper widget wisent woman 72 url vhdl-mode vip viper widget wisent woman
73 73
74## Info files to install on current platform. 74## Info files to install on current platform.
75INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_INFO_W32) 75INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32)
76 76
77## Info files to build on current platform. 77## Info files to build on current platform.
78## This is all of them, even though they might not all get installed, 78## This is all of them, even though they might not all get installed,