manpages: regen and really add corefile.5 (#1377)

This commit is contained in:
Miek Gieben
2018-01-11 09:46:40 +00:00
committed by GitHub
parent 5ac8ab4b45
commit da230cd1fa
3 changed files with 175 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ READMES:=$(subst /README.md,,$(READMES))
PLUGINS:=$(subst plugin/,corendns-,$(PLUGINS))
PLUGINS:=$(subst /README.md,(7),$(PLUGINS))
all: man/coredns.1 plugins
all: man/coredns.1 man/corefile.5 plugins
man/coredns.1: coredns.1.md
sed -e 's/^\(#.*\)/\U\1/' $< > $@.md