OSDN Git Service

Removed gpos data from non-embedded fonts.
[luatex-ja/luatexja.git] / tool / release.mak
index c073a88..5be31c5 100644 (file)
@@ -1,7 +1,7 @@
 #-*- mode: Makefile -*-
 
 PROJECT=luatexja
-DIR=.
+DIR=..
 VER=HEAD
 
 all:
@@ -10,6 +10,6 @@ all:
        git add README
        git commit -m 'Releases $(VER)'
        git tag $(VER)
-       git archive --format=tar --prefix=$(PROJECT)-$(VER) $(VER) | gzip > $(DIR)/$(PROJECT)-$(VER).tar.gz
-       git push origin $(VER)
-       git reset --hard HEAD~
\ No newline at end of file
+       git archive --format=tar --prefix=$(PROJECT)-$(VER)/ $(VER) | gzip > $(DIR)/$(PROJECT)-$(VER).tar.gz
+       git push origin $(VER) || echo
+       git reset --hard HEAD~