git-describe must be available at recipe definition.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 12:35:34 +0000 (14:35 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 12:35:34 +0000 (14:35 +0200)
Makefile

index f8ecaf383122d154d052b923fa5fd89f86c4ad09..5a2a04cc43c802a5aef76edcd5842e0c9f99a364 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include rules/git.mk
+
 APPLICATION := yuu
 DISTDIR := build/dist
 VERSION := $(call git-describe)
@@ -92,7 +94,6 @@ $(DISTROOT).bare.zip: | .git
 include rules/programs.mk
 include rules/javascript.mk
 include rules/icons.mk
-include rules/git.mk
 include rules/node-webkit.mk
 include rules/pngcrush.mk