Skip to content

Commit f36c226

Browse files
author
smeyer
committed
cleanup, comment
git-svn-id: https://svn.r-project.org/R/trunk@87919 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent c3b52d8 commit f36c226

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/manual/R-admin.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ and from @I{Martin Storsjo}.
14471447
@node LaTeX on Windows
14481448
@subsection @LaTeX{}
14491449

1450-
Both building @R{} and checking packages need a distribution of @LaTeX{}
1450+
Building PDF vignettes and manuals needs a distribution of @LaTeX{}
14511451
installed, with the directory containing @command{pdflatex} on the path.
14521452

14531453
The @samp{MiKTeX} (@uref{https://miktex.org/}) distribution of

src/gnuwin32/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,7 @@ pdfdocs manuals:
338338
@$(MK) -C ../../doc/manual -f Makefile.win clean
339339
@$(MK) -C ../../doc/manual -f Makefile.win
340340

341-
R_EXE = ../../$(BINDIR)/Rterm.exe --vanilla --no-echo
342-
343-
## must come after recommended
341+
## currently only run for 'distribution', not 'all' (unlike on Unix-alikes)
344342
vignettes:
345343
@$(MK) -C ../library -f Makefile.win vignettes
346344

0 commit comments

Comments
 (0)