diff thesis/weave-thesis.sh @ 433:0b27c0c9c188

remove generated files.
author Robert McIntyre <rlm@mit.edu>
date Sun, 23 Mar 2014 16:36:15 -0400
parents 1e5ea711857d
children c1e6b7221b2f
line wrap: on
line diff
     1.1 --- a/thesis/weave-thesis.sh	Sun Mar 23 16:33:01 2014 -0400
     1.2 +++ b/thesis/weave-thesis.sh	Sun Mar 23 16:36:15 2014 -0400
     1.3 @@ -8,12 +8,11 @@
     1.4  --eval "
     1.5  (progn
     1.6    (find-file \"cortex.org\")
     1.7 -  (org-latex-export-to-latex nil nil nil t nil)) \
     1.8 -(progn
     1.9 +  (org-latex-export-to-latex nil nil nil t nil) \
    1.10    (find-file \"abstract.org\")
    1.11    (org-latex-export-to-latex nil nil nil t nil))" \
    1.12  \
    1.13  2>&1 
    1.14  
    1.15 -rm cortex.tex~
    1.16 -rm abstract.tex~
    1.17 +rm -f cortex.tex~
    1.18 +rm -f abstract.tex~