Forked from
Eclipse Projects / Oniro Core / Oniro
1516 commits behind the upstream repository.
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Andrei Gherzan authoredSigned-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 273 B
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
.PHONY: all
all:
sphinx-build -W -C \
-D html_theme=sphinx_rtd_theme \
-D project='OpenHarmony Build System and meta-ohos' \
-D copyright='Huawei Inc' \
. build
clean:
rm -rf ./build