Tue, 30 Dec 2025 21:48:07 +0100
remove the old UAP logo
| Doxyfile | file | annotate | diff | comparison | revisions | |
| make/makefile.mk | file | annotate | diff | comparison | revisions | |
| uaplogo.png | file | annotate | diff | comparison | revisions |
--- 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
--- 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 ]"