diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-04-17 07:21:48 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-04-17 07:21:48 +0000 |
commit | a77db647017d06df1e61d42154eb22e5dfc28387 (patch) | |
tree | 3a044a601f0e8626cac1a1f5f436b1447ea34bdb | |
parent | 3cc548802cbec9c4b1a4e7134766c69701f46094 (diff) |
Add texinfo to cleanup
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@106 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Author: Johannes Ranke <jranke@uni-bremen.de> -for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-coda r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rpy2 rkward jags r-cran-rjags; do +for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-coda r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rpy2 rkward jags r-cran-rjags texinfo; do rm -rf $i-* # build directories leftover from backporting rm $i*.dsc # source package descriptions from Debian unstable rm $i*.diff.gz # source package diffs from Debian unstable |