mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
release improvements (#1439)
Last release I forgot steps, put them in Makefile.release. Generating the manual files will be skipped if 'ronn' can't be found.
This commit is contained in:
@@ -6,7 +6,13 @@ READMES:=$(subst /README.md,,$(READMES))
|
||||
PLUGINS:=$(subst plugin/,corendns-,$(PLUGINS))
|
||||
PLUGINS:=$(subst /README.md,(7),$(PLUGINS))
|
||||
|
||||
ifeq (, $(shell which ronn))
|
||||
$(warning "No ronn in $$PATH, exiting")
|
||||
all:
|
||||
@echo "noop"
|
||||
else
|
||||
all: man/coredns.1 man/corefile.5 plugins
|
||||
endif
|
||||
|
||||
man/coredns.1: coredns.1.md
|
||||
sed -e 's/^\(#.*\)/\U\1/' $< > $@.md
|
||||
|
||||
Reference in New Issue
Block a user