From: Yury Delendik Date: Fri, 11 May 2012 23:12:48 +0000 (-0500) Subject: make the locale stuff a precondition for make extension X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=085723a7b2daf548a148d64d26a024c6b7834ef0;p=pdf.js.git make the locale stuff a precondition for make extension --- diff --git a/make.js b/make.js index 90ccfb3..88f7c69 100755 --- a/make.js +++ b/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);