Skip to content

Commit e05e9cf

Browse files
committed
also clean temporary files from figures/
1 parent 5f9b01e commit e05e9cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cleanup

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22

3-
(cd inst/doc && rm -f gcbd.log gcbd.aux gcbd.bbl gcbd.tex gcbd.blg gcbd.out Rplots.pdf )
3+
(cd inst/doc && \
4+
rm -f gcbd.log gcbd.aux gcbd.bbl gcbd.tex gcbd.blg gcbd.out \
5+
Rplots.pdf figures/*pdf )

0 commit comments

Comments
 (0)