[Pkg-javascript-commits] [pdf.js] 01/01: PDF.js version 1.0.1213
David Prévot
taffit at moszumanska.debian.org
Sat Jun 20 21:36:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v1.0.1213
in repository pdf.js.
commit 0443ff77c83f1b505e7cfa79ab8f6c4a847515eb
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Sat Mar 14 13:45:32 2015 -0500
PDF.js version 1.0.1213
---
make.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/make.js b/make.js
index faa2024..05c0a2a 100644
--- a/make.js
+++ b/make.js
@@ -986,7 +986,7 @@ target.b2g = function() {
mkdir('-p', B2G_BUILD_CONTENT_DIR);
mkdir('-p', B2G_BUILD_CONTENT_DIR + BUILD_DIR);
mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web');
- mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web/bower_components');
+ mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web/bower_components/pdfjs-dist');
var setup = {
defines: defines,
@@ -995,7 +995,7 @@ target.b2g = function() {
['extensions/b2g/viewer.html', B2G_BUILD_CONTENT_DIR + '/web'],
['extensions/b2g/viewer.css', B2G_BUILD_CONTENT_DIR + '/web'],
['extensions/b2g/viewer.js', B2G_BUILD_CONTENT_DIR + '/web'],
- ['build/dist/*', B2G_BUILD_CONTENT_DIR + '/web/bower_components']
+ ['build/dist/*', B2G_BUILD_CONTENT_DIR + '/web/bower_components/pdfjs-dist']
],
preprocess: []
};
--
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