Mercurial > emacs
changeset 57616:9b79e93065fc
(elisp): Change order of arguments to makeinfo.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 19 Oct 2004 21:39:28 +0000 |
parents | 39df775e7b0e |
children | 7fdc1df35f39 |
files | lispref/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/makefile.w32-in Tue Oct 19 21:37:32 2004 +0000 +++ b/lispref/makefile.w32-in Tue Oct 19 21:39:28 2004 +0000 @@ -104,7 +104,7 @@ $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp $(infodir)/elisp: $(srcs) - $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp + $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi elisp.dvi: $(srcs) $(texinputdir) $(TEX) $(srcdir)/elisp.texi