diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-13 09:34:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-13 09:34:15 +0200 |
commit | 28425283bdeb34fac01d1eeb9c8dd40f987934ea (patch) | |
tree | ddabdcd7a60d9ee7f6a34f604ee4cb38d7ed6dc7 /GNUmakefile | |
parent | e3fa7ea27ccdf98e751642dea7315ce6076ad004 (diff) |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ef03b8c..a9a2ab6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -85,7 +85,7 @@ drat: build dratwin: winbin "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)" -r-forge: sd +r-forge: pd git archive master > $(PKGDIR)/gmkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\ rm -r $(SDDIR)/*;\ |