[Vegan-commits] r2244 - pkg/vegan/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 3 07:22:12 CEST 2012


Author: jarioksa
Date: 2012-08-03 07:22:12 +0200 (Fri, 03 Aug 2012)
New Revision: 2244

Modified:
   pkg/vegan/inst/doc/Makefile
Log:
blind watchmaker fixes for tex: try #2

Modified: pkg/vegan/inst/doc/Makefile
===================================================================
--- pkg/vegan/inst/doc/Makefile	2012-08-02 05:43:02 UTC (rev 2243)
+++ pkg/vegan/inst/doc/Makefile	2012-08-03 05:22:12 UTC (rev 2244)
@@ -1,14 +1,14 @@
 all: FAQ-vegan.pdf decision-vegan.pdf intro-vegan.pdf diversity-vegan.pdf NEWS.html
 FAQ-vegan.pdf: FAQ-vegan.texi
-	texi2dvi --pdf --clean FAQ-vegan.texi
+	"$(R_HOME)/bin/R" CMD texi2dvi --pdf --clean FAQ-vegan.texi
 decision-vegan.pdf: decision-vegan.tex
-	texi2dvi --pdf --clean decision-vegan.tex
+	"$(R_HOME)/bin/R" CMD texi2dvi --pdf --clean decision-vegan.tex
 	-rm -f decision-vegan-0*.* Rplots.*
 intro-vegan.pdf: intro-vegan.tex
-	texi2dvi --pdf --clean intro-vegan.tex
+	"$(R_HOME)/bin/R" CMD texi2dvi --pdf --clean intro-vegan.tex
 	-rm -f intro-vegan-0*.* Rplots.*
 diversity-vegan.pdf: diversity-vegan.tex
-	texi2dvi --pdf --clean diversity-vegan.tex
+	"$(R_HOME)/bin/R" CMD texi2dvi --pdf --clean diversity-vegan.tex
 	-rm -f diversity-vegan-0*.* Rplots.*
 NEWS.html: ../NEWS.Rd
 	"$(R_HOME)/bin/R" CMD Rd2txt -t html ../NEWS.Rd -o NEWS.html



More information about the Vegan-commits mailing list