aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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