Allow French releases notes to be build correctly
Hat To: Hiroki SATO <hrs@eos.ocn.ne.jp>
This commit is contained in:
parent
7fb628c664
commit
8e210f9f78
@ -10,7 +10,7 @@ RELN_ROOT?= ${.CURDIR}/../..
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/early-adopter
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/early-adopter
|
||||
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/early-adopter
|
||||
.endif
|
||||
|
||||
DOC?= article
|
||||
|
@ -9,5 +9,5 @@
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/hardware/${.CURDIR:T}
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/hardware/${.CURDIR:T}
|
||||
.endif
|
||||
|
@ -3,5 +3,5 @@
|
||||
.ifdef NO_LANGCODE_IN_DESTDIR
|
||||
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
||||
.else
|
||||
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes/${.CURDIR:T}
|
||||
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/relnotes/${.CURDIR:T}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user