mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
Include manuals in windows distributions again (fixes #521)
This commit is contained in:
parent
30ac51bc78
commit
b152b3c9a9
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: distfiles
|
||||
path: .
|
||||
- name: 'Download external libs'
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
@ -1,5 +1,8 @@
|
||||
2021-05-08 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Fix problem that caused the generated manual from being included
|
||||
in the Windows distributions. Fixes #521.
|
||||
|
||||
* Fix 11-year-old bug of leaving unreferenced objects in preserved
|
||||
object streams. Fixes #520.
|
||||
|
||||
|
@ -20,9 +20,7 @@ if [[ $tool == mingw ]]; then
|
||||
elif [[ $tool == msvc ]]; then
|
||||
cl
|
||||
fi
|
||||
if [ -f distfiles/distfiles.zip ]; then
|
||||
unzip distfiles/distfiles.zip
|
||||
fi
|
||||
unzip distfiles.zip
|
||||
unzip qpdf-external-libs-bin.zip
|
||||
cwd=`pwd`
|
||||
PATH=$cwd/libqpdf/build:$PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user