mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Point INSTALL_DOCDIR to DOC_PREFIX
This used to point to $(PREFIX). Changing it broke the build, as it expected the VERSION file below PREFIX. This should work now, as /usr/share/doc/packages was added to the search path of the VERSION file. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
82a3f4dc92
commit
75bf600518
1 changed files with 1 additions and 3 deletions
|
|
@ -397,9 +397,7 @@ DOCSUBDIRS += $(wildcard html tex info examples src)
|
|||
|
||||
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
||||
BUILD_DOC ?= $(DOC_PREFIX)
|
||||
# TODO: use INSTALL_DOCDIR ?= $(DOC_PREFIX) which currently would break
|
||||
# <MODULE>_VERSION below
|
||||
INSTALL_DOCDIR ?= $(PREFIX)
|
||||
INSTALL_DOCDIR ?= $(DOC_PREFIX)
|
||||
INSTALLED_DOC ?= $(addprefix $(INSTALL_DOCDIR)/,$(DOCS))
|
||||
|
||||
# -- LIB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue