mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
short she
This commit is contained in:
parent
db6f4ca88b
commit
a708860284
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -64,7 +64,7 @@ bundle: | $(BUILD_DIR)
|
|||
@cd src; \
|
||||
cat $(PDF_JS_FILES) > all_files.tmp; \
|
||||
sed '/PDFJSSCRIPT_INCLUDE_ALL/ r all_files.tmp' pdf.js > ../$(BUILD_TARGET); \
|
||||
sed -i.bak "s/PDFJSSCRIPT_BUNDLE_VER/`git log --format="%H" -n 1`/" ../$(BUILD_TARGET); \
|
||||
sed -i.bak "s/PDFJSSCRIPT_BUNDLE_VER/`git log --format="%h" -n 1`/" ../$(BUILD_TARGET); \
|
||||
rm -f ../$(BUILD_TARGET).bak
|
||||
rm -f *.tmp; \
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue