Adds readme file for the pdfjs-dist repo.
This commit is contained in:
parent
2704119c90
commit
10f702f60e
2 changed files with 11 additions and 0 deletions
1
make.js
1
make.js
|
@ -246,6 +246,7 @@ target.dist = function() {
|
|||
echo('### Overwriting all files');
|
||||
rm('-rf', DIST_DIR + '*');
|
||||
|
||||
cp('-R', ROOT_DIR + 'external/dist/*', DIST_DIR);
|
||||
cp('-R', GENERIC_DIR + 'LICENSE', DIST_DIR);
|
||||
cp('-R', GENERIC_DIR + 'web/cmaps', DIST_DIR);
|
||||
mkdir('-p', DIST_DIR + 'build/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue