From 7b2d21afb970fdc23c5fbfb2404245f2a9f22257 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jun 2015 14:08:18 +0200 Subject: Also copy figures generated by README.Rmd for staticdocs index --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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;\ -- cgit v1.2.1