File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 * vignettes/Makefile: Refinements
77 * vignettes/rmd/Makefile: Idem
88
9+ * cleanup: Removed bashism, added invocation of make clean
10+
9112019-10-23 Dirk Eddelbuettel <
[email protected] >
1012
1113 * vignettes/Rcpp-*.Rnw: Wrappers around pdf/*pdf
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh
22
33# cd inst/doc && rm -f index.html *.tex *.bbl *.blg *.aux *.out *.log && cd -
44
@@ -30,7 +30,10 @@ rm -f confdefs.h config.log config.status \
3030 vignettes/* .toc vignettes/* .tpt vignettes/* .xwm
3131
3232rm -rf autom4te.cache inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
33- inst/doc/auto inst/bib/auto inst/doc/Rcpp-* /auto/ src-* vignettes/auto
33+ inst/doc/auto inst/bib/auto inst/doc/Rcpp-* /auto/ src-* vignettes/auto
3434
3535find . -name \* ~ -exec rm {} \;
3636find . -name \* .flc -exec rm {} \;
37+
38+ (cd vignettes/ && make clean && cd -)
39+ (cd vignettes/rmd/ && make clean && cd -)
You can’t perform that action at this time.
0 commit comments