From: Glenn Morris Date: Tue, 10 Jun 2014 21:07:22 +0000 (-0400) Subject: * doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change X-Git-Tag: emacs-24.3.92~86 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4abee665f60b1eb705d47ba82e3aa4b910f5a040;p=emacs.git * doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change --- 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 @@ +2014-06-10 Glenn Morris + + * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change. + 2014-06-08 Karl Berry * 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 \ url vip viper widget wisent woman ## Info files to install on current platform. -INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_INFO_W32) +INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32) ## Info files to build on current platform. ## This is all of them, even though they might not all get installed,