Fixed typo

This commit is contained in:
Andrew Murray 2016-07-01 21:53:44 +10:00 committed by GitHub
parent b69596a13d
commit 80aa54df4f

View File

@ -28,7 +28,7 @@ doc:
doccheck:
$(MAKE) -C docs html
# Don't make our test rely on the links in the docs being up every single build.
# Don't make our tests rely on the links in the docs being up every single build.
# We don't control them. But do check, and update them to the target of their redirects.
$(MAKE) -C docs linkcheck || true