From b07bdb3d8732a24a1fc9e8185cd6a2b21d7d0ca3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Dec 2016 16:38:50 +0100 Subject: Revert to keeping a copy of the docs in www on r-forge --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1