emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/makefile.w32-in [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/makefile.w32-in [lexbind]
Date: Mon, 25 Oct 2004 00:41:06 -0400

Index: emacs/man/makefile.w32-in
diff -c emacs/man/makefile.w32-in:1.3.2.9 emacs/man/makefile.w32-in:1.3.2.10
*** emacs/man/makefile.w32-in:1.3.2.9   Thu Sep 16 00:15:00 2004
--- emacs/man/makefile.w32-in   Mon Oct 25 04:22:26 2004
***************
*** 125,133 ****
  # The following target uses an explicit -o switch to work around
  # the @setfilename directive in info.texi, which is required for
  # the Texinfo distribution.
  
  $(infodir)/info: $(INFOSOURCES)
!       $(MAKEINFO) --no-split info.texi -o $@
  
  info.dvi: $(INFOSOURCES)
        $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi
--- 125,135 ----
  # 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 -o $@ info.texi
  
  info.dvi: $(INFOSOURCES)
        $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]