doc: fix MD_TARGETS

globstar (**) does not work in Makefile
This commit is contained in:
Mitsuhiro Nakamura 2020-07-08 15:16:08 +09:00
parent cf0e2d51ac
commit c9c6f5f693

View file

@ -1,4 +1,4 @@
MD_TARGETS=$(addsuffix .xml, $(basename $(wildcard ./*.md ./**/*.md)))
MD_TARGETS=$(addsuffix .xml, $(basename $(shell find . -type f -regex '.*\.md$$')))
.PHONY: all
all: validate format out/html/index.html out/epub/manual.epub