defs.mk: Add *.md to the DOC file types
Add *.md to DOC, the list of file extensions recognized and packaged by default. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1d77122974
commit
2b67d43279
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ INSTALLED_HDR += $(addprefix $(INSTALL_HDRDIR)/,$(SRC_H))
|
|||
|
||||
# -- DOC
|
||||
INSTALLATION_FILE_TYPES += DOC
|
||||
DOCS += $(wildcard VERSION README* CHANGES TODO* LICENSE AUTHORS CREDITS RELEASES *.pdf *.txt *.html)
|
||||
DOCS += $(wildcard $(sort VERSION README* CHANGES TODO* LICENSE AUTHORS CREDITS RELEASES *.pdf *.txt *.html *.md))
|
||||
DOCSUBDIRS += $(wildcard html tex info examples src)
|
||||
|
||||
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue