aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-23 15:15:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-23 15:15:41 +0200
commite2c33e96775d27edc40be4bcedc6077135e90b0a (patch)
treec6be8cbce75a55168490dbadd516aa4b6edd6527 /GNUmakefile
parent7b2d21afb970fdc23c5fbfb2404245f2a9f22257 (diff)
Remove Rplots.pdf that is being built by staticdocs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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)/*;\

Contact - Imprint