From a9d778c12d35333904e2a02d7ab38d77abdbc93d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 11 Oct 2014 00:39:57 +0200 Subject: Fix generating and moving statidocs --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 31dc14b..913585f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -71,7 +71,7 @@ sd: move-sd: rm -rf $(SDDIR)/*;\ - cp -r inst/web/* $(SDDIR); cd $(SDDIR) && svn add --force . + cp -r inst/web/* $(SDDIR); cp gmkin_screenshot.png $(SDDIR); cd $(SDDIR) && svn add --force . r-forge: sd move-sd cd $(RFSVN) && svn commit -m 'update gmkin static documentation from github repository' -- cgit v1.2.1