aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-03-03 10:38:59 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-03-03 10:38:59 +0100
commit7ceb1dc732ac8674dd8dd70b798fe12378ec10af (patch)
treed7e16805136676d99a6ae918c6f7efe9b838e15f
parenta767013f407f7495492af6a1ceba4cf2b8aae839 (diff)
Change location of mkin.tar for syncing with r-forge
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index be595d7d..4955a3e2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,8 +85,8 @@ pd_articles:
git commit -m 'Static documentation articles rebuilt by pkgdown::build_articles()' -e
r-forge:
- git archive master > $(HOME)/mkin.tar;\
- cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\
+ git archive master > $(HOME)/git/mkin/mkin.tar;\
+ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\
rm -r $(SDDIR)/*;\
cp -a docs/* $(SDDIR);\
svn add --force .; svn rm --force `svn status | grep "\!" | cut -d " " -f 8`; cd $(RFSVN) && svn commit -m 'sync with git'

Contact - Imprint