doc: fix MD_TARGETS
globstar (**) does not work in Makefile
This commit is contained in:
parent
cf0e2d51ac
commit
c9c6f5f693
1 changed files with 1 additions and 1 deletions
|
@ -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
|
.PHONY: all
|
||||||
all: validate format out/html/index.html out/epub/manual.epub
|
all: validate format out/html/index.html out/epub/manual.epub
|
||||||
|
|
Loading…
Reference in a new issue