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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 21 13:27:34 CEST 2011


Author: jarioksa
Date: 2011-08-21 13:27:34 +0200 (Sun, 21 Aug 2011)
New Revision: 1740

Modified:
   pkg/vegan/inst/doc/Makefile
Log:
fix Makefile like R CMD check tells you to do

Modified: pkg/vegan/inst/doc/Makefile
===================================================================
--- pkg/vegan/inst/doc/Makefile	2011-08-21 11:27:08 UTC (rev 1739)
+++ pkg/vegan/inst/doc/Makefile	2011-08-21 11:27:34 UTC (rev 1740)
@@ -11,5 +11,5 @@
 	texi2dvi --pdf --clean diversity-vegan.tex
 	-rm -f diversity-vegan-0*.* Rplots.*
 NEWS.html: ../NEWS.Rd
-	R CMD Rd2txt -t html ../NEWS.Rd -o NEWS.html
+	"$(R_HOME)/bin/R" CMD Rd2txt -t html ../NEWS.Rd -o NEWS.html
 



More information about the Vegan-commits mailing list