Skip to content

Commit 191678c

Browse files
committedAug 25, 2021
chore: update makefile re: #10607
1 parent 776fae9 commit 191678c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ copytmp:
4545
cp -R ./docs/css/*.css ./tmp/docs/css
4646
cp -R ./docs/js/*.js ./tmp/docs/js
4747
cp -R ./docs/images/* ./tmp/docs/images
48+
cp -R ./docs/api/* ./tmp/docs/api
49+
cp -R ./docs/tutorials/* ./tmp/docs/tutorials
50+
cp -R ./docs/typescript/* ./tmp/docs/typescript
4851
cp index.html ./tmp
4952

5053
gitreset:

0 commit comments

Comments
 (0)
Please sign in to comment.