From 29714bc55a31981bcb3770308e813bc1da585d20 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 8 Apr 2008 14:43:55 +0200 Subject: [PATCH] Added `upload' target. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.39.2