diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-13 17:28:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-13 17:28:36 +0100 |
commit | 49cf901e570e5b4346e44339083670c36add0a6c (patch) | |
tree | 73906a54f2a91afe271e8aae35b4944f7b820250 /GNUmakefile | |
parent | aca59a79c298119d48b393b15d64d9da1da5b113 (diff) |
Switch to tools:buildVignette for the gmkin manual
This works, now that I have installed pandoc-citeproc
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index e8e3692..5882607 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -64,7 +64,7 @@ check-no-vignettes: build-no-vignettes mv $(TGZ) $(TGZVNR) vignettes/gmkin_manual.html: vignettes/gmkin_manual.Rmd - "$(RBIN)/Rscript" -e "rmarkdown::render(input = 'vignettes/gmkin_manual.Rmd')" + "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/gmkin_manual.Rmd', dir = 'vignettes')" vignettes: vignettes/gmkin_manual.html |