mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
windows/build.bash: Don't copy PDF man pages to the package
(cherry picked from commit e3531ab4125cbd5c01ebd3200791350960547189)
This commit is contained in:
parent
00e774819c
commit
f724552d0c
@ -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.
|
||||
|
||||
|
@ -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/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user