]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Jun 2014 21:07:22 +0000 (17:07 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Jun 2014 21:07:22 +0000 (17:07 -0400)
doc/misc/ChangeLog
doc/misc/Makefile.in

index d1239338d23ce7d4bc94742dc15e732cc35675bd..34209ce8438eb3a50539f28bbcfd10ce4e1f0f31 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 change.
+
 2014-06-08  Karl Berry  <karl@gnu.org>
 
        * doc/info.texi (Help-^L): "mode line", "screenful",
index e5f56be501629282fde14a02bceac206a7022536..d75628926150295fcf43fcc50bd9ae4505e65f88 100644 (file)
@@ -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,