We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9b01e commit e05e9cfCopy full SHA for e05e9cf
cleanup
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
3
-(cd inst/doc && rm -f gcbd.log gcbd.aux gcbd.bbl gcbd.tex gcbd.blg gcbd.out Rplots.pdf )
+(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