aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-17 20:45:52 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-17 20:47:12 +0100
commit4973197c6ae7e1e5b91844b1e050c95598e0f8f2 (patch)
treebd383c1b575f49037e7703d72cda726001362a7e /Makefile
parent414d737b01c979c7e7993942a04c85dbed943b97 (diff)
downloadwallet-core-4973197c6ae7e1e5b91844b1e050c95598e0f8f2.tar.xz
add dist target, keep i18n in lib/ for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b13b51ea6..23ae8518b 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ pogen: $(ts) pogen/pogen.js node_modules
done; \
rm $$pos
+dist:
+ $(gulp) srcdist
+
lib/i18n-strings.js: $(ts) node_modules
truncate -s0 $@
for lang in $(langs); do \