aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-06 15:53:33 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-06 15:53:33 +0000
commita8e268e33b35d1ebea57a2bf825e16b0a717925b (patch)
tree074efbb05db8515a60685ea5727939df7b56b65a /Makefile.doc
parenta91cd9c42830d13e0249a7b3b94fac4a4770bdb0 (diff)
downloadcoredns-a8e268e33b35d1ebea57a2bf825e16b0a717925b.tar.gz
coredns-a8e268e33b35d1ebea57a2bf825e16b0a717925b.tar.zst
coredns-a8e268e33b35d1ebea57a2bf825e16b0a717925b.zip
doc: add corefile(5) manual page (#1351)
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 5ab6bbf3d..fac8b12a5 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -14,6 +14,11 @@ man/coredns.1: coredns.1.md
$(RONN) --$(ORG) --manual='CoreDNS' $@.md
rm $@.md
+man/corefile.5: corefile.5.md
+ sed -e 's/^\(#.*\)/\U\1/' $< > $@.md
+ $(RONN) --$(ORG) --manual='CoreDNS' $@.md
+ rm $@.md
+
.PHONY: plugins
plugins:
for README in $(READMES); do \