[Pkg-javascript-commits] [pdf.js] 125/204: Adds readme file for the pdfjs-dist repo.

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 10f702f60e508cd513879348ae937919ea8337c7
Author: Yury Delendik <ydelendik at mozilla.com>
Date:   Wed Sep 24 07:10:09 2014 -0500

    Adds readme file for the pdfjs-dist repo.
---
 external/dist/README.md | 10 ++++++++++
 make.js                 |  1 +
 2 files changed, 11 insertions(+)

diff --git a/external/dist/README.md b/external/dist/README.md
new file mode 100644
index 0000000..daef282
--- /dev/null
+++ b/external/dist/README.md
@@ -0,0 +1,10 @@
+# PDF.js
+
+PDF.js is a Portable Document Format (PDF) library that is built with HTML5.
+Our goal is to create a general-purpose, web standards-based platform for
+parsing and rendering PDFs.
+
+This is a pre-built version of the PDF.js source code. It is automatically
+generated by the build scripts.
+
+See https://github.com/mozilla/pdf.js for learning and contributing.
diff --git a/make.js b/make.js
index de62cc5..e257c11 100644
--- a/make.js
+++ b/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/');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list