Skip to content

Commit 64addb3

Browse files
committed
Quick Save
1 parent 33cbb95 commit 64addb3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Makefile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -256,18 +256,13 @@ dist/raspbian-arm7:
256256
rm -fR dist/bin
257257

258258
distribute_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

273268
release: distribute_docs dist/linux-amd64 dist/macosx-amd64 dist/windows-amd64 dist/raspbian-arm7

0 commit comments

Comments
 (0)