Mercurial > emacs
comparison man/Makefile.in @ 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 | 780f2d29c5f1 |
children | 9c428c3c87f3 |
comparison
equal
deleted
inserted
replaced
52910:0746b84b7c15 | 52911:5d2ffd652f23 |
---|---|
101 ${srcdir}/gnu.texi \ | 101 ${srcdir}/gnu.texi \ |
102 ${srcdir}/glossary.texi \ | 102 ${srcdir}/glossary.texi \ |
103 ${srcdir}/ack.texi \ | 103 ${srcdir}/ack.texi \ |
104 ${srcdir}/kmacro.texi | 104 ${srcdir}/kmacro.texi |
105 | 105 |
106 info: $(top_srcdir)/info $(INFO_TARGETS) | |
107 | |
106 $(top_srcdir)/info: | 108 $(top_srcdir)/info: |
107 mkdir $@ | 109 mkdir $@ |
108 | |
109 info: $(top_srcdir)/info $(INFO_TARGETS) | |
110 | 110 |
111 dvi: $(DVI_TARGETS) | 111 dvi: $(DVI_TARGETS) |
112 | 112 |
113 # Note that all the Info targets build the Info files | 113 # Note that all the Info targets build the Info files |
114 # in srcdir. There is no provision for Info files | 114 # in srcdir. There is no provision for Info files |