1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Allow French releases notes to be build correctly

Hat To:  Hiroki SATO  <hrs@eos.ocn.ne.jp>
This commit is contained in:
Sebastien Gioria 2003-01-18 18:03:01 +00:00
parent 8b521c8f4a
commit 411359429f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109488
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