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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/man/makefile.w32-in
Date: Tue, 19 Oct 2004 18:14:29 -0400

Index: emacs/man/makefile.w32-in
diff -c emacs/man/makefile.w32-in:1.14 emacs/man/makefile.w32-in:1.15
*** emacs/man/makefile.w32-in:1.14      Thu Sep  9 10:39:04 2004
--- emacs/man/makefile.w32-in   Tue Oct 19 21:34:36 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]