# HG changeset patch # User Mike Becker # Date 1767127687 -3600 # Node ID 9dd7995c51bb21c1d6cffa52f126261f103cf7d4 # Parent 56e76fbac16750e246859de1e4da34b05153bdb4 remove the old UAP logo diff -r 56e76fbac167 -r 9dd7995c51bb Doxyfile --- a/Doxyfile Tue Dec 30 21:44:23 2025 +0100 +++ b/Doxyfile Tue Dec 30 21:48:07 2025 +0100 @@ -61,7 +61,7 @@ # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ./uaplogo.png +# PROJECT_LOGO = # With the PROJECT_ICON tag one can specify an icon that is included in the tabs # when the HTML document is shown. Doxygen will copy the logo to the output 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 ]" diff -r 56e76fbac167 -r 9dd7995c51bb uaplogo.png Binary file uaplogo.png has changed