From: Martin Mares Date: Tue, 8 Apr 2008 12:43:55 +0000 (+0200) Subject: Added `upload' target. X-Git-Tag: printed~116 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=29714bc55a31981bcb3770308e813bc1da585d20;p=saga.git Added `upload' target. --- diff --git a/Makefile b/Makefile index a6eb559..5dfc41f 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,12 @@ mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids clean: mostlyclean - rm -f *.ps *.pdf + rm -f *.ps *.pdf ChangeLog countrefs: saga.dvi grep -c bibitem saga.bbl +upload: saga.pdf + scp -C saga.pdf jw:www/papers/saga/ + .SECONDARY: