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