1999-10-13 02:19:43 +02:00
|
|
|
# $FreeBSD: doc/Makefile,v 1.15 1999/09/06 06:52:34 peter Exp $
|
1999-08-26 21:40:04 +02:00
|
|
|
#
|
|
|
|
# The user can override the default list of languages to build and install
|
|
|
|
# with the DOC_LANG variable.
|
|
|
|
#
|
|
|
|
.if defined(DOC_LANG) && !empty(DOC_LANG)
|
|
|
|
SUBDIR = ${DOC_LANG}
|
|
|
|
.else
|
1999-08-18 00:12:29 +02:00
|
|
|
SUBDIR = en_US.ISO_8859-1
|
1999-08-17 00:09:20 +02:00
|
|
|
SUBDIR+= es_ES.ISO_8859-1
|
|
|
|
SUBDIR+= ja_JP.eucJP
|
1999-08-19 22:31:25 +02:00
|
|
|
SUBDIR+= ru_RU.KOI8-R
|
1999-08-17 00:09:20 +02:00
|
|
|
SUBDIR+= zh_TW.Big5
|
1999-08-26 21:40:04 +02:00
|
|
|
.endif
|
1997-05-23 18:23:43 +02:00
|
|
|
|
1999-09-03 19:24:47 +02:00
|
|
|
DOC_PREFIX?= ${.CURDIR}
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.subdir.mk"
|