aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-22 17:30:09 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-22 17:30:09 +0200
commitc737c606058cb4c2a0805e2bec8ce356d01a627a (patch)
tree39da39d3868144fd8103386ed31fcccb09c73164 /GNUmakefile
parentd1fe83f2f1a9c0d775b0dc8f18301a8bbb454077 (diff)
A lot of working components of the new layout
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index af98dbe..0a919b8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,7 +18,7 @@ SDDIR ?= $(RFSVN)/www/gmkin_static
pkgfiles = NEWS.md \
data/* \
DESCRIPTION \
- inst/GUI/gmkin.R \
+ inst/GUI/* \
man/* \
NAMESPACE \
R/* \
@@ -63,6 +63,16 @@ README.html: README.md
vignettes/gmkin_manual.html: vignettes/gmkin_manual.Rmd
"$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/gmkin_manual.Rmd', dir = 'vignettes')"
+vignettes/gmkin_manual.md: vignettes/gmkin_manual.Rmd
+ cd vignettes; \
+ "$(RBIN)/Rscript" -e "knitr::knit('gmkin_manual.Rmd', out = 'gmkin_manual.md')"; \
+
+inst/GUI/gmkin_manual.html: vignettes/gmkin_manual.md
+ cd vignettes; \
+ pandoc -o ../inst/GUI/gmkin_manual.html gmkin_manual.md --toc --self-contained
+
+manual: vignettes/gmkin_manual.html inst/GUI/gmkin_manual.html
+
vignettes: vignettes/gmkin_manual.html
sd:

Contact - Imprint