1
0
Fork 0
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:
Brendan Dahl 2015-07-01 11:03:42 -07:00
commit 9bb2908d67
2 changed files with 6 additions and 3 deletions

View file

@ -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);
}