doc: add corefile(5) manual page (#1351)

This commit is contained in:
Miek Gieben
2018-01-06 15:53:33 +00:00
committed by GitHub
parent a91cd9c428
commit a8e268e33b
3 changed files with 121 additions and 1 deletions

View File

@@ -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 \