aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-26 15:15:25 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-26 15:15:25 +0200
commit89f54f33e5802e2f0270585b67ee562357461431 (patch)
tree77fa83541e8c1ed1b053924b6a91ee8ab734883a /GNUmakefile
parent6216ebf150371318e6ad8f7487121d39cc0fac24 (diff)
Rebuilding vignettes with current version is up to the user
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 83ca3df1..ac2c4577 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,7 +34,7 @@ all: build
README.md: README.Rmd
"$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")'
-$(TGZ): $(pkgfiles) quickinstall vignettes
+$(TGZ): $(pkgfiles)
cd ..;\
"$(RBIN)/R" CMD build $(PKGSRC) 2>&1 | tee $(PKGNAME)/build.log
@@ -84,7 +84,7 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/%.Rmd
vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html
-sd:
+sd: install
rm -rf $(SDDIR)/*
cp -r figure $(SDDIR)
@echo Now execute

Contact - Imprint