mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
doc: add corefile(5) manual page (#1351)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user