aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2012-05-29 05:19:41 +0000
committerKatsumi Yamaoka2012-05-29 05:19:41 +0000
commitb8f061b373e606e5ba757870ffa25b36c0df2d83 (patch)
tree14d4974374ed733edd62698e04f01e9310b135e0
parentd6adf7e76832deca38030d75a1b1bf00484c9a1b (diff)
downloademacs-b8f061b373e606e5ba757870ffa25b36c0df2d83.tar.gz
emacs-b8f061b373e606e5ba757870ffa25b36c0df2d83.zip
Makefile.in (echo-info): Don't try to install info files named just ".info"
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 9a0719c7681..57aa0e2651d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * Makefile.in (echo-info): Don't try to install info files named
4 just ".info".
5
12012-05-28 Glenn Morris <rgm@gnu.org> 62012-05-28 Glenn Morris <rgm@gnu.org>
2 7
3 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910) 8 * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index c3bbfbb02ad..c275a16a9a6 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -175,7 +175,7 @@ info: $(INFO_TARGETS)
175## Base file names of output info files. 175## Base file names of output info files.
176echo-info: 176echo-info:
177 @echo "$(INFO_TARGETS) " | \ 177 @echo "$(INFO_TARGETS) " | \
178 sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/ /$(INFO_EXT) /g" 178 sed -e 's|[^ ]*/||g' -e 's/\.info//g' -e "s/ */$(INFO_EXT) /g"
179 179
180# please modify this for all the web manual targets 180# please modify this for all the web manual targets
181webhack: clean 181webhack: clean