• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióncfd673bde89cec5a7701d33482baf7a9f0896b73 (tree)
Tiempo2014-08-25 21:22:28
AutorTatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Use tag for archive generation.

Cambiar Resumen

Diferencia incremental

--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,4 @@ clean:
2626 rm -f lvs.o lvs.so
2727
2828 tar:
29- git archive --format tar.gz --prefix=$(VERSDIR)/ -o $(TARFILE) HEAD
29+ git archive --format tar.gz --prefix=$(VERSDIR)/ -o $(TARFILE) v$(VERSION)