diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 09:23:22 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-12-08 09:26:47 +0100 |
commit | 9733b1ae5596228c50b3acdfdd78fe96ab1e0533 (patch) | |
tree | e486ce3225a3d2d955940d17c6fec1bd3aca4ab3 /GNUmakefile | |
parent | cc72aa3422eb6cb51b47da32e2cccca6afd4d271 (diff) |
Static documentation articles rebuilt by pkgdown::build_articles()
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f41c2d3f..0ce9e64c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -96,8 +96,9 @@ pd_articles: git commit -m 'Static documentation articles rebuilt by pkgdown::build_articles()' -e r-forge: - rm -rf $(SDDIR)/* + 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;\ |