From 2647aaf1b879365c11700eed099e661febd08387 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 00:20:07 +0200 Subject: Do not watch vignettes for builds without rebuilding them This avoids the situation that a new function is needed in a vignette but the first thing that the build tries to do is building it. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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);\ -- cgit v1.2.1