1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2026-03-18 07:38:03 +00:00

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

(cherry picked from commit e3531ab4125cbd5c01ebd3200791350960547189)
Tento commit je obsažen v:
Lasse Collin 2024-04-19 13:54:39 +03:00
rodič 00e774819c
revize f724552d0c
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -68,7 +68,7 @@ Package contents
liblzma.def is in this directory too. liblzma.def is in this directory too.
doc/manuals The manuals of the command line tools in 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. doc/api liblzma API documentation in HTML format.

Zobrazit soubor

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