git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@72377 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,8 +7,8 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
- texi2dvi --pdf genotyping.tex |
|
11 |
- texi2dvi --pdf CopyNumberOverview.tex |
|
10 |
+ "$(R_HOME)/bin/R" CMD texi2dvi --pdf genotyping.tex |
|
11 |
+ "$(R_HOME)/bin/R" CMD texi2dvi --pdf CopyNumberOverview.tex |
|
12 | 12 |
|
13 | 13 |
clean: |
14 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |