diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-02 13:26:09 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-02 13:26:09 +0200 |
commit | 4cc35d77e9ce6fb46f5ba37350a281bf0a82f286 (patch) | |
tree | a3722e99ab8b717600780f734ff5bc875a7e72e7 /GNUmakefile | |
parent | b0d13f9b893f84d342bcb9e315777353aa152a78 (diff) |
Some maintenance
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index ff8958cb..6534a71e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,7 @@ quickinstall: build-no-vignettes "$(RBIN)/R" CMD INSTALL $(TGZVNR) check: build - "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log + "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) quickcheck: build-no-vignettes mv $(TGZVNR) $(TGZ) @@ -60,7 +60,6 @@ quickcheck: build-no-vignettes mv $(TGZ) $(TGZVNR) clean: - $(RM) -r $(PKGNAME).Rcheck/ $(RM) -r vignettes/*.bbl $(RM) -r vignettes/*.blg $(RM) -r vignettes/*.fls |