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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/makefile.w32-in [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:42:05 -0400

Index: emacs/man/makefile.w32-in
diff -c emacs/man/makefile.w32-in:1.4.2.5 emacs/man/makefile.w32-in:1.4.2.6
*** emacs/man/makefile.w32-in:1.4.2.5   Wed Sep 15 08:59:58 2004
--- emacs/man/makefile.w32-in   Fri Oct 22 10:13:40 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]