aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/tex2pdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tex2pdf b/bin/tex2pdf
index ad53029..4131ba2 100755
--- a/bin/tex2pdf
+++ b/bin/tex2pdf
@@ -19,6 +19,6 @@ echo "Launching evince with $1.pdf.">>~/.tex2pdf.log
evince $1.pdf &
echo "#####################################################">>~/.tex2pdf.log
echo "Removing aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc.">>~/.tex2pdf.log
-echo "Current directory: $(pwd) and children of depth 1.">>~/.tex2pdf.log
+echo "Current directory: $(pwd) and children of depth 1.">>~/.log/tex2pdf.log
rm -f $1.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc}
rm -f */*.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc}