From 5edaad69f0b53d2c45ce3db4901cac06d02b3ab7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 10 Jul 2020 12:34:00 +0545 Subject: [PATCH] Include l10n in tarball --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a5752ed..943bb54e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ app_name=files_mediaviewer build_dir=$(CURDIR)/build dist_dir=$(build_dir)/dist src_files=README.md LICENSE CHANGELOG.md -src_dirs=appinfo js templates +src_dirs=appinfo js l10n templates all_src=$(src_dirs) $(src_files) occ=$(CURDIR)/../../occ @@ -56,6 +56,7 @@ distdir: rm -rf $(dist_dir) mkdir -p $(dist_dir)/$(app_name) cp -R $(all_src) $(dist_dir)/$(app_name) + rm -Rf $(dist_dir)/$(app_name)/l10n/.tx .PHONY: sign sign: