From e572085a1aff80f38647e2391a46476ccc884564 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Dec 2016 09:37:02 +0100 Subject: mkin_static is now a link to pkg/mkin/docs on r-forge --- GNUmakefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0ce9e64c..68edfeaf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,6 @@ RBIN ?= $(shell dirname "`which R`") # Specify package and static documentation directories for subversion on r-forge RFSVN ?= $(HOME)/svn/kinfit RFDIR ?= $(RFSVN)/pkg/mkin -SDDIR ?= $(RFSVN)/www/mkin_static # Vignettes are listed in the build target pkgfiles = \ @@ -96,10 +95,6 @@ pd_articles: git commit -m 'Static documentation articles rebuilt by pkgdown::build_articles()' -e r-forge: - rm -r $(SDDIR)/* - cp -a docs/* $(SDDIR) - rm -r $(SDDIR)/articles/cache - cd $(SDDIR) && svn add --force . git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ 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