Run make -f Makefile.doc (#1875)

Fix typo corendns -> coredns in coredns.1
This commit is contained in:
Miek Gieben
2018-06-13 11:02:14 +01:00
committed by GitHub
parent d6288c25ba
commit 6f865a9de7
9 changed files with 50 additions and 71 deletions

View File

@@ -3,7 +3,7 @@ RONN:=ronn -r
PLUGINS:=$(wildcard plugin/*/README.md)
READMES:=$(subst plugin/,,$(PLUGINS))
READMES:=$(subst /README.md,,$(READMES))
PLUGINS:=$(subst plugin/,corendns-,$(PLUGINS))
PLUGINS:=$(subst plugin/,coredns-,$(PLUGINS))
PLUGINS:=$(subst /README.md,(7),$(PLUGINS))
ifeq (, $(shell which ronn))