diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6727cd07..9caa84f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,6 +74,7 @@ clean: $(RM) -r vignettes/*_files $(RM) -r vignettes/*-concordance.tex $(RM) -r vignettes/*.syntex.gz + $(RM) Rplots.pdf test: install-no-vignettes cd tests;\ @@ -89,6 +90,7 @@ vignettes: install-no-vignettes vignettes/mkin.pdf vignettes/FOCUS_D.html vignet sd: "$(RBIN)/Rscript" -e "library(staticdocs); build_site()" + $(RM) Rplots.pdf move-sd: rm -rf $(SDDIR)/*;\ |