Include manuals in windows distributions again (fixes #521)

This commit is contained in:
Jay Berkenbilt 2021-05-08 09:12:16 -04:00
parent 30ac51bc78
commit b152b3c9a9
3 changed files with 5 additions and 3 deletions

View File

@ -69,6 +69,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: distfiles
path: .
- name: 'Download external libs'
uses: actions/download-artifact@v2
with:

View File

@ -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.

View File

@ -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