aboutsummaryrefslogtreecommitdiff
path: root/vignettes
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-22 22:09:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-22 22:09:07 +0200
commit72846ba8a3d75eed97901670eafee36b84f359df (patch)
tree4e7206e11918ecf786db8cfebf71090a677a467c /vignettes
parent4ecfa9802a4f0ddfcb2d23bcad2766ce6d2a5fe8 (diff)
Another reorganisation of vignette building by GNUmakefile
Diffstat (limited to 'vignettes')
-rw-r--r--vignettes/GNUMakefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/vignettes/GNUMakefile b/vignettes/GNUMakefile
deleted file mode 100644
index de037089..00000000
--- a/vignettes/GNUMakefile
+++ /dev/null
@@ -1,18 +0,0 @@
-RBIN ?= $(shell dirname "`which R`")
-
-all: vignettes
-
-%.pdf: header.tex references.bib %.Rnw
- "$(RBIN)/Rscript" -e "tools::buildVignette(file = '$*.Rnw')"
-
-%.html: mkin_vignettes.css %.Rmd
- "$(RBIN)/Rscript" -e "tools::buildVignette(file = '$*.Rmd')"
-
-vignettes: mkin.pdf FOCUS_D.html FOCUS_L.html FOCUS_Z.pdf compiled_models.html
-
-clean:
- $(RM) *.aux *.bbl *.blg *.fdb_latexmk *.fls *.log *.out *.toc
- $(RM) *.R *.md
- $(RM) mkin.tex FOCUS_Z.tex
- $(RM) -r *_cache *_files
- $(RM) -r figure cache

Contact - Imprint