The R Project SVN R

Rev

Rev 87997 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87997 Rev 88902
Line 142... Line 142...
142
# MiKTEX no longer provides texi2dvi and needs something like (previous toolchains)
142
# MiKTEX no longer provides texi2dvi and needs something like (previous toolchains)
143
# TEXI2DVI = TEXINDEX=/Rtools/bin/texindex.exe texify
143
# TEXI2DVI = TEXINDEX=/Rtools/bin/texindex.exe texify
144
# with the currently recommended toolchain, Msys2 texi2dvi is used, but needs a workaround for a bug
144
# with the currently recommended toolchain, Msys2 texi2dvi is used, but needs a workaround for a bug
145
# TEXI2DVI = env COMSPEC= texi2dvi
145
# TEXI2DVI = env COMSPEC= texi2dvi
146
 
146
 
147
# For Texinfo >= 6.1. If the texinfo files are installed at /packages/texinfo,
147
# For Texinfo >= 6.8. If the texinfo files are installed at /packages/texinfo,
148
# TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any
148
# TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any
149
# if you do not have texinfo (default),
149
# if you do not have texinfo (default),
150
# TEXI2ANY = missing
150
# TEXI2ANY = missing
151
 
151
 
152
# C standard to use by default (override the compiler default)
152
# C standard to use by default (override the compiler default)