From 7ceb1dc732ac8674dd8dd70b798fe12378ec10af Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 3 Mar 2018 10:38:59 +0100 Subject: Change location of mkin.tar for syncing with r-forge --- GNUmakefile | 4 ++-- 1 file 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' -- cgit v1.2.1