5 Star 0 Fork 30

OH_IPC/third_party_wayland_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish-doc 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 00:37 . update OpenHarmony 2.0 Canary
#!/bin/bash
set -e
[ -e doc ] || (echo "Run this from the project root" && exit 1)
make
DOC_HTML=./doc/publican/Wayland/en-US/html/
[ -e "${DOC_HTML}" ] || (echo "HTML documentation failed to build at ${DOC_HTML}" && exit 1)
chmod -R g+x ${DOC_HTML}
rsync --delete -avz ${DOC_HTML} freedesktop.org:/srv/wayland.freedesktop.org/www/docs/html/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OH_IPC/third_party_wayland_standard.git
git@gitee.com:OH_IPC/third_party_wayland_standard.git
OH_IPC
third_party_wayland_standard
third_party_wayland_standard
master_IPC_0207

搜索帮助

D67c1975 1850385 1daf7b77 1850385