defs.mk: Add *.md to the DOC file types
Some checks failed
CI / Packaging - Kali Linux (pull_request) Failing after 3m54s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Failing after 3m38s
CI / Packaging test (pull_request) Failing after 0s

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:
Jan Lindemann 2026-08-18 18:02:54 +02:00
commit a0d7528701
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -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