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 6
6
* vignettes/Makefile: Refinements
7
7
* vignettes/rmd/Makefile: Idem
8
8
9
+ * cleanup: Removed bashism, added invocation of make clean
10
+
9
11
2019-10-23 Dirk Eddelbuettel <
[email protected] >
10
12
11
13
* vignettes/Rcpp-*.Rnw: Wrappers around pdf/*pdf
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /bin/sh
2
2
3
3
# cd inst/doc && rm -f index.html *.tex *.bbl *.blg *.aux *.out *.log && cd -
4
4
@@ -30,7 +30,10 @@ rm -f confdefs.h config.log config.status \
30
30
vignettes/* .toc vignettes/* .tpt vignettes/* .xwm
31
31
32
32
rm -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
34
34
35
35
find . -name \* ~ -exec rm {} \;
36
36
find . -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