emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108413: Makefile.in (echo-info): Don


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108413: Makefile.in (echo-info): Don't try to install info files named just ".info"
Date: Tue, 29 May 2012 05:19:41 +0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108413
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-29 05:19:41 +0000
message:
  Makefile.in (echo-info): Don't try to install info files named just ".info"
modified:
  doc/misc/ChangeLog
  doc/misc/Makefile.in
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-05-28 23:35:09 +0000
+++ b/doc/misc/ChangeLog        2012-05-29 05:19:41 +0000
@@ -1,3 +1,8 @@
+2012-05-29  Katsumi Yamaoka  <address@hidden>
+
+       * Makefile.in (echo-info): Don't try to install info files named
+       just ".info".
+
 2012-05-28  Glenn Morris  <address@hidden>
 
        * calc.texi, dired-x.texi: Use @LaTeX rather than address@hidden  
(Bug#10910)

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2012-05-14 11:59:28 +0000
+++ b/doc/misc/Makefile.in      2012-05-29 05:19:41 +0000
@@ -175,7 +175,7 @@
 ## Base file names of output info files.
 echo-info:
        @echo "$(INFO_TARGETS) " | \
-         sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/ /$(INFO_EXT) /g"
+         sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/  */$(INFO_EXT) /g"
 
 # please modify this for all the web manual targets
 webhack: clean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]