From: Jia Tan Date: Tue, 9 Jan 2024 08:56:16 +0000 (+0800) Subject: Build: Add the logo and license to the release. X-Git-Tag: v5.5.1alpha~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e280470040b27c5e58d78b25b9e2bb71fc6c3882;p=thirdparty%2Fxz.git Build: Add the logo and license to the release. --- 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 \