Merge pull request #7892 from DelazJ/patch-1

Fix sentence
This commit is contained in:
Takeshi KOMIYA
2020-06-30 23:32:59 +09:00
committed by GitHub

View File

@@ -83,6 +83,6 @@ build:
.PHONY: docs
docs:
ifndef target
$(info You need to give a provide a target variable, e.g. `make docs target=html`.)
$(info You need to provide a target variable, e.g. `make docs target=html`.)
endif
$(MAKE) -C doc $(target)