aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-06-13 11:02:14 +0100
committerGravatar GitHub <noreply@github.com> 2018-06-13 11:02:14 +0100
commit6f865a9de7d5ddc3daf52512016a5bbf72e3fb9a (patch)
tree48647186a85f2ed5052a3ed4c6eb03e80af313fc /Makefile.doc
parentd6288c25ba4d2ce06e9c7c2ac63fc6b01379a533 (diff)
downloadcoredns-6f865a9de7d5ddc3daf52512016a5bbf72e3fb9a.tar.gz
coredns-6f865a9de7d5ddc3daf52512016a5bbf72e3fb9a.tar.zst
coredns-6f865a9de7d5ddc3daf52512016a5bbf72e3fb9a.zip
Run make -f Makefile.doc (#1875)
Fix typo corendns -> coredns in coredns.1
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 5676bee3a..dd2aac58f 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -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))