Mercurial > emacs
changeset 52911:5d2ffd652f23
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
Correct the default target in man/Makefile.in
* man/Makefile.in (info): Move before $(top_srcdir)/info.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 22 Oct 2003 08:30:13 +0000 |
parents | 0746b84b7c15 |
children | 2fdb8b16bceb |
files | man/ChangeLog man/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Wed Oct 22 08:30:07 2003 +0000 +++ b/man/ChangeLog Wed Oct 22 08:30:13 2003 +0000 @@ -1,3 +1,7 @@ +2003-10-22 Miles Bader <miles@gnu.org> + + * Makefile.in (info): Move before $(top_srcdir)/info. + 2003-10-22 Nick Roberts <nick@nick.uklinux.net> * building.texi (Watch Expressions): Update section on data display
--- a/man/Makefile.in Wed Oct 22 08:30:07 2003 +0000 +++ b/man/Makefile.in Wed Oct 22 08:30:13 2003 +0000 @@ -103,11 +103,11 @@ ${srcdir}/ack.texi \ ${srcdir}/kmacro.texi +info: $(top_srcdir)/info $(INFO_TARGETS) + $(top_srcdir)/info: mkdir $@ -info: $(top_srcdir)/info $(INFO_TARGETS) - dvi: $(DVI_TARGETS) # Note that all the Info targets build the Info files