]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Windows: build.bash: Copy liblzma API docs to the output package.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 17 Mar 2023 16:36:22 +0000 (18:36 +0200)
committerJia Tan <jiat0218@gmail.com>
Fri, 17 Mar 2023 16:39:32 +0000 (00:39 +0800)
windows/build.bash

index 9a3ebe0c256680568047c64260eb70cf7c159699..e083fe7ce9ee8dc18a2c38dc3f05cd5147898630 100644 (file)
@@ -163,7 +163,7 @@ fi
 
 # Copy the headers, the .def file, and the docs.
 # They are the same for all architectures and builds.
-mkdir -pv pkg/{include/lzma,doc/{manuals,examples}}
+mkdir -pv pkg/{include/lzma,doc/{api,manuals,examples}}
 txtcp pkg/include "" src/liblzma/api/lzma.h
 txtcp pkg/include/lzma "" src/liblzma/api/lzma/*.h
 txtcp pkg/doc "" src/liblzma/liblzma.def
@@ -171,6 +171,7 @@ txtcp pkg/doc .txt AUTHORS COPYING NEWS README THANKS TODO
 txtcp pkg/doc "" doc/*.txt windows/README-Windows.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/api/* pkg/doc/api
 txtcp pkg/doc/examples "" doc/examples/*
 
 if [ -f windows/COPYING-Windows.txt ]; then