]> mj.ucw.cz Git - minsk.git/blobdiff - Makefile
readme.html: Fixed link to Po Drátě
[minsk.git] / Makefile
index be93308ccf615f9c26c26024882fd75ee7e007a1..4780a3e38c0c4c81afaee2199333e017205d65b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.0
+VERSION=1.1
 ARCHIVE=minsk-$(VERSION).tar.gz
 
 CC=gcc
 ARCHIVE=minsk-$(VERSION).tar.gz
 
 CC=gcc
@@ -7,16 +7,16 @@ CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -W
 
 all: minsk
 
 
 all: minsk
 
-web:
-       rsync -avzP . jw:www/minsk/ --exclude=.git --exclude=.*.swp --delete
+web: minsk
+       rsync -avzP . jw:www/ext/minsk/ --exclude=.git --exclude=.*.swp --delete
 
 release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=minsk-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
 
 release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=minsk-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
-       scp $(ARCHIVE) atrey:~ftp/pub/local/mj/minsk/
-       ssh jw "cd www && bin/release-prog minsk $(VERSION)"
-       mv $(ARCHIVE) ~/archives/mj/
+       scp $(ARCHIVE) jw:~ftp/pub/mj/minsk/
+       ssh jw "cd web && bin/release-prog minsk $(VERSION)"
+       mv $(ARCHIVE) ~/archives/sw/minsk/
 
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name core -or -name .depend -or -name .#*`
 
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name core -or -name .depend -or -name .#*`