1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Provide only one browser manifest example

This commit is contained in:
Tim van der Meij 2015-04-03 21:21:54 +02:00
parent 32cc021f31
commit 50573b82a3
5 changed files with 15 additions and 39 deletions

10
make.js
View file

@ -1101,7 +1101,7 @@ target.chromium = function() {
if (!test('-f', browserManifest)) {
echo('Browser manifest file ' + browserManifest + ' does not exist.');
echo('Try copying one of the examples in test/resources/browser_manifests');
echo('Copy and adjust the example in test/resources/browser_manifests.');
exit(1);
}
@ -1189,7 +1189,7 @@ target.browsertest = function(options) {
if (!test('-f', 'test/' + PDF_BROWSERS)) {
echo('Browser manifest file test/' + PDF_BROWSERS + ' does not exist.');
echo('Copy one of the examples in test/resources/browser_manifests/');
echo('Copy and adjust the example in test/resources/browser_manifests.');
exit(1);
}
@ -1213,7 +1213,7 @@ target.unittest = function(options, callback) {
if (!test('-f', 'test/' + PDF_BROWSERS)) {
echo('Browser manifest file test/' + PDF_BROWSERS + ' does not exist.');
echo('Copy one of the examples in test/resources/browser_manifests/');
echo('Copy and adjust the example in test/resources/browser_manifests.');
exit(1);
}
callback = callback || function() {};
@ -1235,7 +1235,7 @@ target.fonttest = function(options, callback) {
if (!test('-f', 'test/' + PDF_BROWSERS)) {
echo('Browser manifest file test/' + PDF_BROWSERS + ' does not exist.');
echo('Copy one of the examples in test/resources/browser_manifests/');
echo('Copy and adjust the example in test/resources/browser_manifests.');
exit(1);
}
callback = callback || function() {};
@ -1258,7 +1258,7 @@ target.botmakeref = function() {
if (!test('-f', 'test/' + PDF_BROWSERS)) {
echo('Browser manifest file test/' + PDF_BROWSERS + ' does not exist.');
echo('Copy one of the examples in test/resources/browser_manifests/');
echo('Copy and adjust the example in test/resources/browser_manifests.');
exit(1);
}