aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-11-19 16:44:21 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-11-19 16:44:21 +0100
commite9fdeccb2aa3b513f7edd7055a7eb1e60ad55f2f (patch)
treedd8aebb5866f82202cd9244c7d95030b4b1c8498 /GNUmakefile
parent40e72b36efbd373c06c07b87d590c03a79f3ffee (diff)
Include the sample Rprofile file used in the static documentation
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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;\

Contact - Imprint