chertex.sh now keeps *.Rproj files after wiping a directory. This is necessary for RStudio's project system.

master
Taha Ahmed 12 years ago
parent 1c67e1b2c6
commit 8f8b07a485

@ -17,3 +17,8 @@ sub makeglossaries {
system("makeglossaries $_[0]");
}
## -- Sources regarding glossary commands
# http://ctan.tug.org/tex-archive/support/latexmk/example_rcfiles/
# http://tex.stackexchange.com/questions/1226/how-to-make-latexmk-use-makeglossaries

@ -178,6 +178,7 @@ else
rm * -R # note: hidden files and subdir unaffected
# Return the stuff we want to keep after wipe-dir
cp /home/taha/chepec/tmp/$tmpdirname/*.Rnw .
cp /home/taha/chepec/tmp/$tmpdirname/*.Rproj .
cp /home/taha/chepec/tmp/$tmpdirname/vc .
cp /home/taha/chepec/tmp/$tmpdirname/vc.tex .
cp /home/taha/chepec/tmp/$tmpdirname/vc-git.awk .

Loading…
Cancel
Save