* doc/misc/Makefile.in (info.info): Rename from info, to avoid duplication.

This commit is contained in:
Glenn Morris 2012-05-11 21:32:19 -04:00
parent 005ad20498
commit c7f95930c7
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-05-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (info.info): Rename from info, to avoid duplication.
* Makefile.in (MKDIR_P): New, set by configure.
(mkinfodir): Use $MKDIR_P.

View file

@ -508,7 +508,8 @@ idlwave.pdf: ${srcdir}/idlwave.texi
$(ENVADD) $(TEXI2PDF) ${srcdir}/idlwave.texi
# NB this one needs --no-split even without a .info extension.
info : $(infodir)/info$(INFO_EXT)
# Avoid name clash with overall "info" target.
info.info : $(infodir)/info$(INFO_EXT)
$(infodir)/info$(INFO_EXT): info.texi
$(mkinfodir)
cd $(srcdir); \