1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(info): Change order of arguments to makeinfo.

This commit is contained in:
Jason Rumney 2004-10-19 21:34:36 +00:00
parent 950090be06
commit 2de2a3389e

View 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