]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Table of contents.
[saga.git] / Makefile
index a6eb55950319d124d9b162c779fbe2e77493c921..e387ee03f7f5ccc5f7fb61dd279c555a5a981e5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ saga.dvi: $(addsuffix .tex,$(CHAPTERS))
        dvipdfm -o $@ -p a4 -r 600 -z 9 $<
 
 mostlyclean:
-       rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids
+       rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids *.toc
 
 clean: mostlyclean
        rm -f *.ps *.pdf
@@ -22,4 +22,7 @@ clean: mostlyclean
 countrefs: saga.dvi
        grep -c bibitem saga.bbl
 
+upload: saga.pdf
+       scp -C saga.pdf jw:www/papers/saga/
+
 .SECONDARY: