summaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
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