diff -r 56e76fbac167 -r 9dd7995c51bb make/makefile.mk --- a/make/makefile.mk Tue Dec 30 21:44:23 2025 +0100 +++ b/make/makefile.mk Tue Dec 30 21:48:07 2025 +0100 @@ -26,7 +26,7 @@ dist: FORCE $(MKDIR) $(dist_dir)/libucx/ $(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \ - uaplogo.png make msvc src tests $(dist_dir)/libucx/ + make msvc src tests $(dist_dir)/libucx/ @cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx @echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]"