diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-03 10:38:59 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-03 10:38:59 +0100 |
commit | 7ceb1dc732ac8674dd8dd70b798fe12378ec10af (patch) | |
tree | d7e16805136676d99a6ae918c6f7efe9b838e15f /GNUmakefile | |
parent | a767013f407f7495492af6a1ceba4cf2b8aae839 (diff) |
Change location of mkin.tar for syncing with r-forge
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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' |