diff options
author | 2018-01-06 15:53:33 +0000 | |
---|---|---|
committer | 2018-01-06 15:53:33 +0000 | |
commit | a8e268e33b35d1ebea57a2bf825e16b0a717925b (patch) | |
tree | 074efbb05db8515a60685ea5727939df7b56b65a /Makefile.doc | |
parent | a91cd9c42830d13e0249a7b3b94fac4a4770bdb0 (diff) | |
download | coredns-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.doc | 5 |
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 \ |