-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More details around failure reasons. (#5)
* Add more details into specific failure reasons. * remove spaces. * Add Makefile. * Fix tab in Makefile. * Refine definitions.
- Loading branch information
1 parent
beb5405
commit 5ba2ffa
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VENV := build/venv | ||
DOCS_OUTPUT_DIR ?= generated/docs | ||
|
||
.PHONY: docs | ||
docs: | ||
rm -fr generated/docs | ||
mkdir -p generated/docs | ||
docs/build.sh $(DOCS_OUTPUT_DIR) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters