diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 16:38:50 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 16:38:50 +0100 |
commit | b07bdb3d8732a24a1fc9e8185cd6a2b21d7d0ca3 (patch) | |
tree | 4ea3057b09b23146591d0d3da10f7b182b0fce5b /GNUmakefile | |
parent | 2456ec2a62c339dde849d343792d25a235a29175 (diff) |
Revert to keeping a copy of the docs in www on r-forgev0.9.45
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 68edfeaf..fc8935a9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,6 +13,7 @@ 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 = \ @@ -97,6 +98,8 @@ pd_articles: r-forge: git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/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' winbuilder: build |