Fix sentence

This commit is contained in:
Harrissou Sant-anna
2020-06-30 03:06:11 +02:00
committed by GitHub
parent ec9af606c6
commit 9cf95615d0

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)