diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-18 14:40:35 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-18 14:40:35 +0100 |
commit | 71f98075682fc46ae7641a1e4462869648e467f1 (patch) | |
tree | 11b6041e900d33903d9aaa2865411d54c96ae39c /Makefile | |
parent | 4973197c6ae7e1e5b91844b1e050c95598e0f8f2 (diff) |
appdist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ pogen: $(ts) pogen/pogen.js node_modules dist: $(gulp) srcdist +appdist: + $(gulp) appdist + lib/i18n-strings.js: $(ts) node_modules truncate -s0 $@ for lang in $(langs); do \ |