mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Include TODO.* and README.* in DOCS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
564338eef5
commit
66e840ee94
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ INSTALLED_HDR += $(addprefix $(INSTALL_HDRDIR)/,$(SRC_H))
|
||||||
|
|
||||||
# -- DOC
|
# -- DOC
|
||||||
INSTALLATION_FILE_TYPES += DOC
|
INSTALLATION_FILE_TYPES += DOC
|
||||||
DOCS += $(wildcard VERSION README CHANGES TODO LICENSE AUTHORS CREDITS *.pdf *.txt *.html)
|
DOCS += $(wildcard VERSION README* CHANGES TODO* LICENSE AUTHORS CREDITS *.pdf *.txt *.html)
|
||||||
DOCSUBDIRS += $(wildcard html tex info examples src)
|
DOCSUBDIRS += $(wildcard html tex info examples src)
|
||||||
|
|
||||||
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue