diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 991b630..cae7a0f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -64,7 +64,7 @@ vignettes/gmkin_manual.html: vignettes/gmkin_manual.Rmd vignettes: vignettes/gmkin_manual.html sd: - rm -rf $(SDDIR)/*;\ + rm -rf $(SDDIR)/* cp gmkin_screenshot.png Rprofile $(SDDIR) "$(RBIN)/Rscript" -e "library(staticdocs); build_site(site_path = '$(SDDIR)')" cd $(SDDIR) && svn add --force . |