diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-19 16:44:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-19 16:44:21 +0100 |
commit | e9fdeccb2aa3b513f7edd7055a7eb1e60ad55f2f (patch) | |
tree | dd8aebb5866f82202cd9244c7d95030b4b1c8498 /GNUmakefile | |
parent | 40e72b36efbd373c06c07b87d590c03a79f3ffee (diff) |
Include the sample Rprofile file used in the static documentation
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;\ |