mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
docs: Makefile.release and Makefile.doc (#2926)
* add metrics for reload * documented release process better * run: Makefile.doc all to push reload doc to man-pages Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# This Makefile generates the manual pages from the markdown README.mds. It depends
|
||||
# on https://github.com/mmarkdown/mmark to be installed. Generally we want this to be
|
||||
# updated before doing a release. The Debian package, for instance, looks at these pages
|
||||
# and will install them on your system.
|
||||
|
||||
MMARK:=mmark -man
|
||||
PLUGINS:=$(wildcard plugin/*/README.md)
|
||||
READMES:=$(subst plugin/,,$(PLUGINS))
|
||||
|
||||
Reference in New Issue
Block a user