Skip to content

Commit

Permalink
Merge pull request sphinx-doc#7892 from DelazJ/patch-1
Browse files Browse the repository at this point in the history
Fix sentence
  • Loading branch information
tk0miya committed Jun 30, 2020
2 parents af3a59d + 9cf9561 commit 61c9aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 61c9aa5

Please sign in to comment.