Skip to content
Snippets Groups Projects
Commit 7e5e596c authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

Makefile: add dependencies to $(BUILD_DIR) goal


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent b0c281a3
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,5 @@ clean:
rm -rf build
SRC_DIR ?= .
# XXX: cannot add true dependencies because some file names contain spaces.
$(BUILD_DIR):
$(BUILD_DIR): $(filter-out README.rst contributing/project.rst experimental/%,$(shell find $(SRC_DIR) -name '*.rst'))
sphinx-build -W $(SRC_DIR) $(BUILD_DIR)
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