diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-10 15:15:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-10 15:15:54 +0100 |
commit | 545d4bdfe1fc532f6d5d1718ee08444430d2976f (patch) | |
tree | e9c85454cf9af7f8f51e291531e39bf5a9704236 /GNUmakefile | |
parent | 8a4598123bbc49f301b0a229c112f920c4a2592e (diff) |
Delete trailing whitespace, update README.html
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index c28dc221..6aa45f8a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,10 +34,10 @@ all: build $(TGZ): $(pkgfiles) vignettes "$(RBIN)/R" CMD build . 2>&1 | tee build.log -$(TGZVNR): $(pkgfiles) +$(TGZVNR): $(pkgfiles) "$(RBIN)/R" CMD build . --no-build-vignettes;\ mv $(TGZ) $(TGZVNR) - + build: $(TGZ) build-no-vignettes: $(TGZVNR) @@ -84,7 +84,7 @@ pd_articles: git add -A git commit -m 'Static documentation articles rebuilt by pkgdown::build_articles()' -e -r-forge: +r-forge: git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ rm -r $(SDDIR)/*;\ |