diff options
Diffstat (limited to 'Makefile.doc')
-rw-r--r-- | Makefile.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc index fac8b12a5..bafe55a67 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -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 |