summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-06-18 12:49:52 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-06-18 16:18:12 +0200
commitcd926616351941901ca3b03c1483564b6077d78d (patch)
tree8566767efd7d3dc4456f5f6fd4d166f51739842e /Makefile
parent212004a86b0ef527c2baa767436808d1d50cb782 (diff)
rename vars.mk and move it to the release folder
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 70d11aa..12ae328 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ clean:
@echo "Converting $< to $@"
@python -c "import sys,textile; print textile.textile(sys.stdin.read())" < $< > $@
-%.textile: %.textile.in vars.mk Makefile
+%.textile: %.textile.in %.textile.vars Makefile
@echo "Processing $< to $@"
@cp $< $@
- @./vars.sh ./vars.mk $< $@
+ @./vars.sh $@.vars $< $@