diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 09:37:02 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 09:37:02 +0100 | 
| commit | e572085a1aff80f38647e2391a46476ccc884564 (patch) | |
| tree | 920419aa8558808994d0a2c9881f2a24fa222403 | |
| parent | 4cb7425bfe6d1c108aa11ffd6fa96bedd20b08f5 (diff) | |
mkin_static is now a link to pkg/mkin/docs on r-forge
| -rw-r--r-- | GNUmakefile | 5 | 
1 files changed, 0 insertions, 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' | 
