summaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorDavid Siaw <[email protected]>2019-08-18 13:59:29 +0900
committerDavid Siaw <[email protected]>2019-08-18 13:59:29 +0900
commit2c868954684e9e83c8b84ce0747bbb3e928d3143 (patch)
treed12dbaa8c77fb607a49471d9b781b7befd77fd58 /Makefile.doc
parent8d70a9b1b547e6ae4dffe4e604a614fc6d5a1fb4 (diff)
downloadmruby-2c868954684e9e83c8b84ce0747bbb3e928d3143.tar.gz
mruby-2c868954684e9e83c8b84ce0747bbb3e928d3143.zip
fix up markdown display in doxygen
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 1d13b1884..cf95c187f 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -1,7 +1,8 @@
SRCS=$(shell find src -name '*.c')
HEADERS=$(shell find include -name '*.h')
+MDDOCS=$(shell find doc -name '*.md')
-doxygen : Doxyfile $(SRCS) $(HEADERS)
+doxygen : Doxyfile $(SRCS) $(HEADERS) $(MDDOCS)
doxygen Doxyfile
docs : doxygen