X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=e387ee03f7f5ccc5f7fb61dd279c555a5a981e5a;hb=6617b4a0f42121f0525d461aab9e940e3a3181e1;hp=a6eb55950319d124d9b162c779fbe2e77493c921;hpb=37cdb2669cbcd35c2c4e25eba048849d775bf49b;p=saga.git diff --git a/Makefile b/Makefile index a6eb559..e387ee0 100644 --- 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: