From 432e6e74d5be861d80d3421a035956d6ecccbf39 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 26 Mar 2025 16:32:30 -0500 Subject: [PATCH] put everything in docs/ in the build, in order to include images Signed-off-by: Brian S. Stephan --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c859b11..4a09410 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ all: mkdir -p ./build/docs cp ./README.md ./build/README.md cp ./docs/README-objects.md ./build/README-objects.md - cp ./docs/assembly-and-tips.md ./build/docs/assembly-and-tips.md - cp ./docs/printing-and-materials.md ./build/docs/printing-and-materials.md + cp ./docs/* ./build/docs/ cp ./LICENSE ./build/LICENSE cp ./CHANGELOG.md ./build/CHANGELOG.md pushd ./build; zip ./buildable-stick-system-`git describe --dirty`-stls-and-docs.zip . -r; popd