aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-11 09:46:40 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-11 09:46:40 +0000
commitda230cd1facfd8c4440fde539c6e2c933213cd56 (patch)
tree4b7dc24c234ffa62bdf313397166bb7ebeaaaeb8 /Makefile.doc
parent5ac8ab4b45ab2a6ea365ce7c257722b1e8036f97 (diff)
downloadcoredns-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.doc2
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