Skip to content

Commit 08b092e

Browse files
committed
Makefile tweaks
1 parent 4a9bed9 commit 08b092e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

vignettes/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Rcpp-*.log
77
Rcpp-*.tex
88
Rcpp-*.pdf
99
unitTests-results/
10+
rmd/figures/bootstrap.pdf

vignettes/rmd/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ all: ${rmdvignettes} Rcpp-jss-2011.pdf
1313
Rcpp-jss-2011.pdf: Rcpp-jss-2011.Rnw
1414
Rscript -e 'Sweave("$<")'
1515
Rscript -e 'tools::compactPDF("$@", gs_quality="ebook")'
16+
17+
clean:
18+
rm -rf *.aux *.log *.tex *.pdf Rcpp-introduction_cache pinp.cls jss.bst
File renamed without changes.

0 commit comments

Comments
 (0)