]> mj.ucw.cz Git - ucwmac.git/blobdiff - Makefile
Added ucw-labels: simple macros for typesetting of labels (stickers)
[ucwmac.git] / Makefile
index 518b451fef131be5d79162ba194e6c500e9502ba..0f1fe1da9361d02795ce84be7afc2dd538b80581 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-VERSION=0.1
+VERSION=1.0
 ARCHIVE=ucwmac-$(VERSION).tar.gz
 
-all: test.ps
+all: test.pdf test-labels.pdf
 
 %.dvi: %.tex
        csplain $<
@@ -16,9 +16,9 @@ clean:
        rm -f *~ *.log *.dvi *.ps *.aux
 
 release:
-       git tag ucwmac-v$(VERSION)
+       git tag v$(VERSION)
        git push --tags
-       git archive --format=tar --prefix=ucwmac-$(VERSION) HEAD | gzip >$(ARCHIVE)
+       git archive --format=tar --prefix=ucwmac-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
        scp $(ARCHIVE) atrey:~ftp/pub/local/mj/tex/
        ssh jw "cd www && bin/release-prog ucwmac $(VERSION)"
        mv $(ARCHIVE) ~/archives/mj/