doc: fix MD_TARGETS

globstar (**) does not work in Makefile
gstqt5
Mitsuhiro Nakamura 2020-07-08 15:16:08 +09:00
parent cf0e2d51ac
commit c9c6f5f693
1 changed files with 1 additions and 1 deletions

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