X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=40b135a094c2ba50ae6ad1f4f92a1dbae738a15f;hb=a31f777b7f8bdf581fac8d134793d128a2d53f18;hp=7123fa3e085290c249c6c5e28acd1f2cace210fb;hpb=01cf5b63183e83dc0b78b28b170d5d47685b9d14;p=osdd.git diff --git a/Makefile b/Makefile index 7123fa3..40b135a 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,11 @@ osdc: LDFLAGS+=-lX11 osd-batt: LDFLAGS+=-lX11 clean: - rm -f *~ *.o TAGS core osdd osdc + rm -f *~ *.o TAGS core osdd osdc osd-batt release: + git tag v$(VERSION) + git push --tags git archive --format=tar --prefix=osdd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd www && bin/release-prog osdd $(VERSION)"