mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Replace a couple of leftover make.js
references with gulpfile.js
in docs/comments
Also updates a `console.log` statement in the `gulp importl10n` command (since I forgot it in a previous patch, and it didn't seem necessary with a separate patch for it).
This commit is contained in:
parent
7b365b9372
commit
957dc40ddf
3 changed files with 3 additions and 3 deletions
|
@ -1196,7 +1196,7 @@ gulp.task('importl10n', function(done) {
|
|||
var locales = require('./external/importL10n/locales.js');
|
||||
|
||||
console.log();
|
||||
console.log('### Importing translations from mozilla-aurora');
|
||||
console.log('### Importing translations from mozilla-central');
|
||||
|
||||
if (!fs.existsSync(L10N_DIR)) {
|
||||
fs.mkdirSync(L10N_DIR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue