diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-19 23:49:06 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-19 23:50:50 +0100 |
commit | 9197bda90a9c88132545d85b054d29b36d449c1b (patch) | |
tree | 90344fbbfdb398d3f1833ff89584e5ec45578142 /Makefile | |
parent | 9846d02097fe0663f3e0c9252b4530a453d47f36 (diff) |
missing files / bump manifest
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ dist: appdist: $(gulp) appdist -i18n/strings.js: # $(ts) +src/i18n/strings.js: # $(ts) cp src/i18n/strings-prelude.js src/i18n/strings.js for pofile in src/i18n/*.po; do \ b=`basename $$pofile`; \ |