mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #6155 from LilyBin/cmap
Update Adobe CMaps URL and license
This commit is contained in:
commit
9bb2908d67
2 changed files with 6 additions and 3 deletions
2
make.js
2
make.js
|
@ -455,7 +455,7 @@ target.cmaps = function (args) {
|
|||
// testing a file that usually present
|
||||
if (!test('-f', CMAP_INPUT + '/UniJIS-UCS2-H')) {
|
||||
echo('./external/cmaps has no cmap files, please download them from:');
|
||||
echo(' http://sourceforge.net/adobe/cmap/wiki/Home/');
|
||||
echo(' https://github.com/adobe-type-tools/cmap-resources');
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue