diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cfa7af67..dcf5fbc0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -35,7 +35,7 @@ $(TGZ): $(pkgfiles) vignettes cd ..;\ "$(RBIN)/R" CMD build $(PKGSRC) 2>&1 | tee $(PKGNAME)/build.log -$(TGZVNR): $(pkgfiles) vignettes +$(TGZVNR): $(pkgfiles) cd ..;\ "$(RBIN)/R" CMD build $(PKGSRC) --no-build-vignettes;\ cd $(PKGSRC);\ |