aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-23 14:08:18 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-23 14:08:18 +0200
commit7b2d21afb970fdc23c5fbfb2404245f2a9f22257 (patch)
treedd701fdc22c75b375714fa0ab924b1b64864a5ea /GNUmakefile
parentb74b5603abb50a3a09f41811dc5d79ceca5a3bc8 (diff)
Also copy figures generated by README.Rmd for staticdocs index
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b236eef3..6727cd07 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -92,7 +92,7 @@ sd:
move-sd:
rm -rf $(SDDIR)/*;\
- cp -r inst/web/* $(SDDIR); cd $(SDDIR) && svn add --force .
+ cp -r inst/web/* $(SDDIR); cp -r figure $(SDDIR); cd $(SDDIR) && svn add --force .
r-forge: sd move-sd
git archive master > $(HOME)/mkin.tar;\

Contact - Imprint