# HG changeset patch # User Miles Bader # Date 1066811413 0 # Node ID 5d2ffd652f23ecb5f78b792e50272251f1a07285 # Parent 0746b84b7c1561495c3f0b2b935247ecb48cebfd 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. diff -r 0746b84b7c15 -r 5d2ffd652f23 man/ChangeLog --- 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 + + * Makefile.in (info): Move before $(top_srcdir)/info. + 2003-10-22 Nick Roberts * building.texi (Watch Expressions): Update section on data display diff -r 0746b84b7c15 -r 5d2ffd652f23 man/Makefile.in --- 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