Allow French releases notes to be build correctly

Hat To:  Hiroki SATO  <hrs@eos.ocn.ne.jp>
This commit is contained in:
gioria 2003-01-18 18:03:01 +00:00
parent 7fb628c664
commit 8e210f9f78
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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