diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-09 16:56:16 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-25 01:39:35 +0800 |
commit | e280470040b27c5e58d78b25b9e2bb71fc6c3882 (patch) | |
tree | 0f3ccbae1299c6cb0dc153dd11bdb870b069a216 /Makefile.am | |
parent | COPYING: Add the license for the XZ logo. (diff) | |
download | xz-e280470040b27c5e58d78b25b9e2bb71fc6c3882.tar.xz |
Build: Add the logo and license to the release.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f562f902..d6bfba68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ endif EXTRA_DIST = \ po4a \ extra \ + doc/logo \ dos \ doxygen \ windows \ @@ -68,6 +69,7 @@ EXTRA_DIST = \ cmake \ CMakeLists.txt \ autogen.sh \ + COPYING.CC-BY-SA-4.0 \ COPYING.GPLv2 \ COPYING.GPLv3 \ COPYING.LGPLv2.1 \ |