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:
parent
d6adf7e768
commit
b8f061b373
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue