Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Makefile: small change to code for building vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed May 31, 2015
1 parent 304c6dd commit fd1e309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -8,8 +8,7 @@ vignettes: inst/doc/IEEER.html

inst/doc/IEEER.html: vignettes/IEEER.Rmd
cd $(<D); \
R -e "rmarkdown::render('$(<F)')"; \
mv $(@F) ../$(@D)
R -e "rmarkdown::render('$(<F)', output_dir='../$(@D)')"

data: data/query_param.RData

Expand Down

0 comments on commit fd1e309

Please sign in to comment.