aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-10 17:07:22 -0400
committerGlenn Morris2014-06-10 17:07:22 -0400
commit4abee665f60b1eb705d47ba82e3aa4b910f5a040 (patch)
treeea9b2d76fb70ffc12078025cd8e576dddc2fba91
parent3eacddfe7344cc2deb9e70dcc94794a25a7ba7a1 (diff)
downloademacs-4abee665f60b1eb705d47ba82e3aa4b910f5a040.tar.gz
emacs-4abee665f60b1eb705d47ba82e3aa4b910f5a040.zip
* doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change
-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 d1239338d23..34209ce8438 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-10 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
4
12014-06-08 Karl Berry <karl@gnu.org> 52014-06-08 Karl Berry <karl@gnu.org>
2 6
3 * doc/info.texi (Help-^L): "mode line", "screenful", 7 * doc/info.texi (Help-^L): "mode line", "screenful",
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index e5f56be5016..d7562892615 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -73,7 +73,7 @@ INFO_COMMON = ada-mode auth autotype bovine calc ccmode cl \
73 url vip viper widget wisent woman 73 url vip viper widget wisent woman
74 74
75## Info files to install on current platform. 75## Info files to install on current platform.
76INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_INFO_W32) 76INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32)
77 77
78## Info files to build on current platform. 78## Info files to build on current platform.
79## This is all of them, even though they might not all get installed, 79## This is all of them, even though they might not all get installed,