]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Table of contents.
[saga.git] / Makefile
index 13a9679e6013850db63bac7924dd035a12a809f9..e387ee03f7f5ccc5f7fb61dd279c555a5a981e5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: saga.ps
 
-CHAPTERS=cover mst ram adv opt rank notation
+CHAPTERS=cover mst ram adv opt dyn rank notation
 
 %.dvi: %.tex macros.tex biblio.bib
        tex $< && bibtex $* && tex $< && tex $<
@@ -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: