Add ${DESTDIR} forgotten in the previous commit.
This commit is contained in:
parent
88bebeaac6
commit
066c78a19b
@ -2,6 +2,11 @@
|
||||
# Original revision: 1.3
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/early-adopter
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/early-adopter
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
|
Loading…
Reference in New Issue
Block a user