Skip to content
Snippets Groups Projects
Forked from Eclipse Projects / Oniro Core / Oniro
1516 commits behind the upstream repository.
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