791e5157f2
Makefile errata/Makefile errata/article.sgml relnotes/Makefile relnotes/Makefile.inc relnotes/alpha/Makefile relnotes/alpha/article.sgml relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/new.sgml relnotes/common/relnotes.ent relnotes/common/upgrading.sgml relnotes/i386/Makefile relnotes/i386/article.sgml share/sgml/catalog share/sgml/release.dsl
10 lines
178 B
Makefile
10 lines
178 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.2
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/ja_JP.eucJP/relnotes/${.CURDIR:T}
|
|
.endif
|
|
|