From: Martin Mares Date: Sat, 13 Sep 2008 19:18:11 +0000 (+0200) Subject: Added `archive' target. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1f721c763178ff5057ebd3cd229b65284a463765;p=saga.git Added `archive' target. --- diff --git a/Makefile b/Makefile index eed7aac..2ba6ee4 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.ids *.toc *.tok clean: mostlyclean - rm -f *.ps *.pdf + rm -f *.ps *.pdf saga.tar.gz + +archive: + git archive --format=tar -v --prefix=saga/ HEAD >saga.tar.gz + scp saga.tar.gz jw:www/papers/saga/ .SECONDARY: