diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5882607..e7dd9fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,7 +73,7 @@ sd: move-sd: sd rm -rf $(SDDIR)/*;\ - cp -r inst/web/* $(SDDIR); cp gmkin_screenshot.png $(SDDIR); cd $(SDDIR) && svn add --force . + cp -r inst/web/* $(SDDIR); cp gmkin_screenshot.png Rprofile $(SDDIR); cd $(SDDIR) && svn add --force . r-forge: move-sd git archive master > $(HOME)/gmkin.tar;\ |