411359429f
Hat To: Hiroki SATO <hrs@eos.ocn.ne.jp>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/relnotes/${.CURDIR:T}
|
|
.endif
|