diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-13 12:37:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-13 12:37:43 +0200 |
commit | 5cba6b4cdaee9fdb24f9cea338aafb522ceb0361 (patch) | |
tree | 0d8fb1f43ae5d9e7f97c5087fca8f94674e8bf65 /GNUmakefile | |
parent | 28425283bdeb34fac01d1eeb9c8dd40f987934ea (diff) |
Install with drat, 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 a9a2ab6..441a536 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: pd +r-forge: git archive master > $(PKGDIR)/gmkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\ rm -r $(SDDIR)/*;\ |