aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
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 \