703471ec7f
o Define a RELN_ROOT variable which points to the root of the relnotes tree (i.e., src/release/doc). o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a bigger chance of finding the doc/ tree without help in the form of setting DOC_PREFIX on the command line. o Respect DOCDIR; `make install` works now. Approved by: bmah
7 lines
142 B
Makefile
7 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
DOC_PREFIX?= ${RELN_ROOT}/../../../doc
|
|
|
|
# XXX using /release/doc as anchor!
|
|
DESTDIR?= ${DOCDIR}/${.CURDIR:C/^.*\/release\/doc//}
|