mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Bundle the license-file for the Liberation fonts in the builds (PR 13517 follow-up)
Currently only the Foxit license-file is included, which is most likely just an oversight as far as I can tell. Furthermore, to be able the tell the two license-files apart, the Foxit one is also renamed slightly.
This commit is contained in:
parent
c4cb71b68d
commit
16d9fa1bf1
2 changed files with 8 additions and 4 deletions
12
gulpfile.js
12
gulpfile.js
|
@ -817,7 +817,8 @@ function buildGeneric(defines, dir) {
|
|||
[
|
||||
"external/standard_fonts/*.pfb",
|
||||
"external/standard_fonts/*.ttf",
|
||||
"external/standard_fonts/LICENSE",
|
||||
"external/standard_fonts/LICENSE_FOXIT",
|
||||
"external/standard_fonts/LICENSE_LIBERATION",
|
||||
],
|
||||
{
|
||||
base: "external/standard_fonts",
|
||||
|
@ -997,7 +998,8 @@ function buildMinified(defines, dir) {
|
|||
[
|
||||
"external/standard_fonts/*.pfb",
|
||||
"external/standard_fonts/*.ttf",
|
||||
"external/standard_fonts/LICENSE",
|
||||
"external/standard_fonts/LICENSE_FOXIT",
|
||||
"external/standard_fonts/LICENSE_LIBERATION",
|
||||
],
|
||||
{
|
||||
base: "external/standard_fonts",
|
||||
|
@ -1243,7 +1245,8 @@ gulp.task(
|
|||
[
|
||||
"external/standard_fonts/*.pfb",
|
||||
"external/standard_fonts/*.ttf",
|
||||
"external/standard_fonts/LICENSE",
|
||||
"external/standard_fonts/LICENSE_FOXIT",
|
||||
"external/standard_fonts/LICENSE_LIBERATION",
|
||||
],
|
||||
{
|
||||
base: "external/standard_fonts",
|
||||
|
@ -1345,7 +1348,8 @@ gulp.task(
|
|||
[
|
||||
"external/standard_fonts/*.pfb",
|
||||
"external/standard_fonts/*.ttf",
|
||||
"external/standard_fonts/LICENSE",
|
||||
"external/standard_fonts/LICENSE_FOXIT",
|
||||
"external/standard_fonts/LICENSE_LIBERATION",
|
||||
],
|
||||
{
|
||||
base: "external/standard_fonts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue