summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-10-26 15:48:48 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-10-26 15:48:48 +0300
commit37c25658efd25b034266daf87cd381d20d1df776 (patch)
tree89dffc630f2a9aaad756dd7dad5d3bc510c18aca /windows
parente45929260cd902036efd40c5610a8d0a50d5712b (diff)
downloadxz-37c25658efd25b034266daf87cd381d20d1df776.tar.gz
Build: Copy the example programs to $docdir/examples.
The example programs by Daniel Mealha Cabrita were included in the git repository, but I had forgot to add them to Makefile.am. Thus, they didn't get included in the source package at all by "make dist".
Diffstat (limited to 'windows')
-rw-r--r--windows/build.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/build.bash b/windows/build.bash
index 40808bc..faec83b 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -161,7 +161,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}
+mkdir -pv pkg/{include/lzma,doc/{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
@@ -169,6 +169,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
+txtcp pkg/doc/examples "" doc/examples/*
if [ -f windows/COPYING-Windows.txt ]; then
txtcp pkg/doc "" windows/COPYING-Windows.txt