summaryrefslogtreecommitdiffstats
path: root/build.mk
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2019-12-16 22:58:40 -0800
committerThomas Groman <tgroman@nuegia.net>2019-12-16 22:58:40 -0800
commit004e9d310009ca8999c99bf4023738e894753ab3 (patch)
treefaeed5214e18834dd4e9d90d085bc54df0e4718a /build.mk
parentad0c07e271042435a3be6c787d4aa9188f9b862e (diff)
downloadwebbrowser-004e9d310009ca8999c99bf4023738e894753ab3.tar
webbrowser-004e9d310009ca8999c99bf4023738e894753ab3.tar.gz
webbrowser-004e9d310009ca8999c99bf4023738e894753ab3.tar.lz
webbrowser-004e9d310009ca8999c99bf4023738e894753ab3.tar.xz
webbrowser-004e9d310009ca8999c99bf4023738e894753ab3.zip
build langpacks when using UXP packager
Diffstat (limited to 'build.mk')
-rw-r--r--build.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.mk b/build.mk
index c19e65d..62f25ce 100644
--- a/build.mk
+++ b/build.mk
@@ -8,8 +8,11 @@ installer:
package:
@$(MAKE) -C application/webbrowser/installer make-archive
+l10n-package:
+ @$(MAKE) -C application/webbrowser/installer make-langpack
+
mozpackage:
- @$(MAKE) -C application/webbrowser/installer make-package
+ @$(MAKE) -C application/webbrowser/installer
package-compare:
@$(MAKE) -C application/webbrowser/installer package-compare