]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Include doc/examples/11_file_info.c in tarballs.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 17:11:48 +0000 (19:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 15:27:50 +0000 (18:27 +0300)
It was added in 2017 in c2e29f06a7d1e3ba242ac2fafc69f5d6e92f62cd
but it never got into any release tarballs because it was
forgotten to be added to Makefile.am.

(cherry picked from commit dfdb60ffe933a1f1497d300dbb4513ed17ec6f0e)

Makefile.am

index f562f902c97fa31a2075ef43f01c246e75747115..6c14e4efdf2cedb4ef15e636cad1bb7faea330d2 100644 (file)
@@ -38,6 +38,7 @@ dist_examples_DATA = \
        doc/examples/02_decompress.c \
        doc/examples/03_compress_custom.c \
        doc/examples/04_compress_easy_mt.c \
+       doc/examples/11_file_info.c \
        doc/examples/Makefile
 
 examplesolddir = $(docdir)/examples_old