1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 09:09:57 +02:00

add only office to doc

This commit is contained in:
Xuan Sang LE
2021-03-05 17:40:20 +01:00
parent 4f80957ece
commit dcb3803120
5 changed files with 165 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BUILDDIR?=./build
PROJS?=grs info blog os doc ci talk get
PROJS?=grs info blog os doc ci talk get oob
copyfiles = index.ls mimes.json
main: copy
for f in $(PROJS); do BUILDDIR=$(BUILDDIR)/"$${f}" make -C "$${f}" ; done