mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
make the locale stuff a precondition for make extension
This commit is contained in:
parent
d9f995f9ca
commit
085723a7b2
1 changed files with 2 additions and 0 deletions
2
make.js
2
make.js
|
@ -250,6 +250,7 @@ target.extension = function() {
|
|||
echo();
|
||||
echo('### Building extensions');
|
||||
|
||||
target.locale();
|
||||
target.production();
|
||||
target.firefox();
|
||||
target.chrome();
|
||||
|
@ -302,6 +303,7 @@ target.firefox = function() {
|
|||
FIREFOX_EXTENSION_NAME = 'pdf.js.xpi',
|
||||
FIREFOX_AMO_EXTENSION_NAME = 'pdf.js.amo.xpi';
|
||||
|
||||
target.locale();
|
||||
target.production();
|
||||
target.buildnumber();
|
||||
cd(ROOT_DIR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue