windows/build.bash: Don't copy PDF man pages to the package

This commit is contained in:
Lasse Collin 2024-04-19 13:54:39 +03:00
parent 710a4573ef
commit e3531ab412
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Package contents
liblzma.def is in this directory too.
doc/manuals The manuals of the command line tools in
plain text (TXT) and PDF formats.
plain text (TXT) format.
doc/api liblzma API documentation in HTML format.

View File

@ -207,7 +207,7 @@ txtcp pkg/doc "" doc/*.txt \
windows/liblzma-crt-mixing.txt \
windows/COPYING.MinGW-w64-runtime.txt
txtcp pkg/doc/manuals "" doc/man/txt/{xz,xzdec,lzmainfo}.txt
cp -v doc/man/pdf-*/{xz,xzdec,lzmainfo}-*.pdf pkg/doc/manuals
# cp -v doc/man/pdf-*/{xz,xzdec,lzmainfo}-*.pdf pkg/doc/manuals
cp -v doc/api/* pkg/doc/api
txtcp pkg/doc/examples "" doc/examples/*