1999-08-26 21:40:04 +02:00
|
|
|
# $Id: Makefile,v 1.13 1999-08-26 19:40:04 nik Exp $
|
1999-08-17 00:09:20 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|