/[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.3.2.9 by miles, Thu Sep 16 00:15:00 2004 UTC revision 1.3.2.10 by miles, Mon Oct 25 04:22:26 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.3.2.9  
changed lines
  Added in v.1.3.2.10

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