exclude new docs folder from dist package

Tue, 11 Feb 2025 21:31:02 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Feb 2025 21:31:02 +0100
changeset 1195
7e7e1c0d5029
parent 1194
b9654414c087
child 1196
6b0acad8b56d

exclude new docs folder from dist package

make/makefile.mk file | annotate | diff | comparison | revisions
--- a/make/makefile.mk	Tue Feb 11 21:28:55 2025 +0100
+++ b/make/makefile.mk	Tue Feb 11 21:31:02 2025 +0100
@@ -26,7 +26,7 @@
 dist: FORCE
 	$(MKDIR) $(dist_dir)/libucx
 	$(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \
-		uaplogo.png docs make src tests $(dist_dir)/libucx/
+		uaplogo.png make src tests $(dist_dir)/libucx/
 	@cd $(dist_dir) && tar -czf libucx-src-$(VERSION).tar.gz -Hustar libucx
 	@echo "[ Dist created: $(dist_dir)/libucx-src-$(VERSION).tar.gz ]"
 

mercurial