/[emacs]/emacs/man/makefile.w32-in
ViewVC logotype

Diff of /emacs/man/makefile.w32-in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.5 by miles, Wed Sep 15 08:59:58 2004 UTC revision 1.4.2.6 by miles, Fri Oct 22 10:13:40 2004 UTC
# Line 125  dvi: $(DVI_TARGETS) Line 125  dvi: $(DVI_TARGETS)
125  # The following target uses an explicit -o switch to work around  # The following target uses an explicit -o switch to work around
126  # the @setfilename directive in info.texi, which is required for  # the @setfilename directive in info.texi, which is required for
127  # the Texinfo distribution.  # the Texinfo distribution.
128    # Some Windows ports of makeinfo seem to require -o to come before the
129    # texi filename, contrary to GNU standards.
130    
131  $(infodir)/info: $(INFOSOURCES)  $(infodir)/info: $(INFOSOURCES)
132          $(MAKEINFO) --no-split info.texi -o $@          $(MAKEINFO) --no-split -o $@ info.texi
133    
134  info.dvi: $(INFOSOURCES)  info.dvi: $(INFOSOURCES)
135          $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi          $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26