diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-24 21:31:34 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-24 21:31:55 +0200 |
commit | 7ac03d6a6f2aa950e25235e3f601a413faf62f2e (patch) | |
tree | 2e1be0b322fe513fb767a2a4967bf10f4c76a9e0 /GNUmakefile | |
parent | 459ddcd5fd712ab1cb5a30cf31bd4fa7b432573e (diff) |
Small improvement to Makefile
Diffstat (limited to 'GNUmakefile')
-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 . |