]> git.eshelyaron.com Git - emacs.git/commitdiff
(info): Change order of arguments to makeinfo.
authorJason Rumney <jasonr@gnu.org>
Tue, 19 Oct 2004 21:34:36 +0000 (21:34 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 19 Oct 2004 21:34:36 +0000 (21:34 +0000)
man/makefile.w32-in

index 09f314dbf473c8d14285c3cceb559d4fe8df507e..241d50be956b0618bb6aab9063dfa9eaccf3cd5e 100644 (file)
@@ -125,9 +125,11 @@ dvi: $(DVI_TARGETS)
 # The following target uses an explicit -o switch to work around
 # the @setfilename directive in info.texi, which is required for
 # the Texinfo distribution.
+# Some Windows ports of makeinfo seem to require -o to come before the
+# texi filename, contrary to GNU standards.
 
 $(infodir)/info: $(INFOSOURCES)
-       $(MAKEINFO) --no-split info.texi -o $@
+       $(MAKEINFO) --no-split -o $@ info.texi
 
 info.dvi: $(INFOSOURCES)
        $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi