Skip to content
Snippets Groups Projects
Commit 6dc8cdaf authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

Makefile: Build docs with make


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 672e0a19
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Huawei Inc.
.PHONY: all
all: build
.PHONY: clean
clean:
rm -rf build
build:
sphinx-build -W . build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment