diff options
author | 2018-01-11 09:46:40 +0000 | |
---|---|---|
committer | 2018-01-11 09:46:40 +0000 | |
commit | da230cd1facfd8c4440fde539c6e2c933213cd56 (patch) | |
tree | 4b7dc24c234ffa62bdf313397166bb7ebeaaaeb8 /Makefile.doc | |
parent | 5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97 (diff) | |
download | coredns-da230cd1facfd8c4440fde539c6e2c933213cd56.tar.gz coredns-da230cd1facfd8c4440fde539c6e2c933213cd56.tar.zst coredns-da230cd1facfd8c4440fde539c6e2c933213cd56.zip |
manpages: regen and really add corefile.5 (#1377)
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 |