Fix DESTDIR.
Spotted by: bmah
This commit is contained in:
parent
47bdf6f81d
commit
54b79f0478
@ -3,9 +3,9 @@
|
|||||||
RELN_ROOT?= ${.CURDIR}/../..
|
RELN_ROOT?= ${.CURDIR}/../..
|
||||||
|
|
||||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||||
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
DESTDIR?= ${DOCDIR}/relnotes
|
||||||
.else
|
.else
|
||||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes/${.CURDIR:T}
|
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOC?= article
|
DOC?= article
|
||||||
|
Loading…
x
Reference in New Issue
Block a user