put everything in docs/ in the build, in order to include images
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
1e64f59134
commit
432e6e74d5
3
Makefile
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user