aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-11-13 17:28:36 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-11-13 17:28:36 +0100
commit49cf901e570e5b4346e44339083670c36add0a6c (patch)
tree73906a54f2a91afe271e8aae35b4944f7b820250 /GNUmakefile
parentaca59a79c298119d48b393b15d64d9da1da5b113 (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--GNUmakefile2
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

Contact - Imprint