mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into jpx6
This commit is contained in:
commit
b89f544b18
4 changed files with 13 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,7 +1,5 @@
|
|||
*~
|
||||
pdf.pdf
|
||||
intelisa.pdf
|
||||
openweb_tm-PRINT.pdf
|
||||
local.mk
|
||||
build/
|
||||
tags
|
||||
|
||||
|
|
5
Makefile
5
Makefile
|
@ -160,7 +160,10 @@ web: | production extension compiler pages-repo
|
|||
@cp $(BUILD_TARGET) $(GH_PAGES)/$(BUILD_TARGET)
|
||||
@cp -R web/* $(GH_PAGES)/web
|
||||
@cp web/images/* $(GH_PAGES)/web/images
|
||||
@cp $(FIREFOX_BUILD_DIR)/$(FIREFOX_EXTENSION_NAME) $(FIREFOX_BUILD_DIR)/update.rdf $(GH_PAGES)/$(EXTENSION_SRC)/firefox/
|
||||
@cp $(FIREFOX_BUILD_DIR)/$(FIREFOX_EXTENSION_NAME) \
|
||||
$(FIREFOX_BUILD_DIR)/$(FIREFOX_AMO_EXTENSION_NAME) \
|
||||
$(FIREFOX_BUILD_DIR)/update.rdf \
|
||||
$(GH_PAGES)/$(EXTENSION_SRC)/firefox/
|
||||
@cp $(GH_PAGES)/web/index.html.template $(GH_PAGES)/index.html;
|
||||
@mv -f $(GH_PAGES)/web/viewer-production.html $(GH_PAGES)/web/viewer.html;
|
||||
@cd $(GH_PAGES); git add -A;
|
||||
|
|
1
test/pdfs/issue1010.pdf.link
Normal file
1
test/pdfs/issue1010.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://francois.laustriat.free.fr/test/caravan-d.pdf
|
|
@ -389,6 +389,13 @@
|
|||
"link": true,
|
||||
"type": "load"
|
||||
},
|
||||
{ "id": "issue1010",
|
||||
"file": "pdfs/issue1010.pdf",
|
||||
"md5": "f991ef093484a107fe9f59dff18fc155",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue1015",
|
||||
"file": "pdfs/issue1015.pdf",
|
||||
"md5": "b61503d1b445742b665212866afb60e2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue