1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Makefile.in (echo-info): Don't try to install info files named just ".info"

This commit is contained in:
Katsumi Yamaoka 2012-05-29 05:19:41 +00:00
parent d6adf7e768
commit b8f061b373
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
* Makefile.in (echo-info): Don't try to install info files named
just ".info".
2012-05-28 Glenn Morris <rgm@gnu.org>
* calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)

View file

@ -175,7 +175,7 @@ info: $(INFO_TARGETS)
## 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