diff lispref/makefile.w32-in @ 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 bb6720f21c54
children 51c73785810d
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