prepare release

This commit is contained in:
Pierre Schmitz 2011-04-09 23:04:59 +02:00
parent 45c8269441
commit 0e6780f2c8
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
V=0.9.19
V=0.9.20
BINPROGS = \
checkpkg \
@ -68,4 +68,7 @@ uninstall:
dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
.PHONY: all install uninstall dist
upload:
scp devtools-$(V).tar.gz gerolde.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all install uninstall dist upload