File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -256,18 +256,13 @@ dist/raspbian-arm7:
256256 rm -fR dist/bin
257257
258258distribute_docs :
259- mkdir -p dist/docs
260- mkdir -p dist/how-to
259+ mkdir -p dist/
260+ mkdir -p dist/
261261 cp -v README.md dist/
262262 cp -v LICENSE dist/
263263 cp -v INSTALL.md dist/
264- cp -v docs/* .md dist/docs/
265- if [ -f dist/docs/nav.md ]; then rm dist/docs/nav.md; fi
266- if [ -f dist/docs/index.md ]; then rm dist/docs/index.md; fi
267- cp -v how-to/* .md dist/how-to/
268- if [ -f dist/how-to/nav.md ]; then rm dist/how-to/nav.md; fi
269- if [ -f dist/how-to/index.md ]; then rm dist/how-to/index.md; fi
270- cp -vR demos dist/
264+ cp -vR docs dist/
265+ cp -vR how-to dist/
271266 ./package-versions.bash > dist/package-versions.txt
272267
273268release : distribute_docs dist/linux-amd64 dist/macosx-amd64 dist/windows-amd64 dist/raspbian-arm7
You can’t perform that action at this time.
0 commit comments