diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-11 01:20:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-11 01:20:40 +0000 |
commit | f749b200c1ca3b47c8058de0866f0cf6f69859be (patch) | |
tree | edd12ebb0622f027051220884a994db606114196 /Makefile | |
parent | e8fc3b162e0f24945430f8fe87bb85ae7f895dfc (diff) |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# $FreeBSD: doc/Makefile,v 1.19 2000/08/06 17:04:17 alex Exp $ +# $FreeBSD: doc/Makefile,v 1.20 2000/09/21 20:48:16 ben Exp $ # # The user can override the default list of languages to build and install # with the DOC_LANG variable. @@ -6,10 +6,10 @@ .if defined(DOC_LANG) && !empty(DOC_LANG) SUBDIR = ${DOC_LANG} .else -SUBDIR = en_US.ISO_8859-1 -SUBDIR+= de_DE.ISO_8859-1 -SUBDIR+= es_ES.ISO_8859-1 -SUBDIR+= fr_FR.ISO_8859-1 +SUBDIR = en_US.ISO8859-1 +SUBDIR+= de_DE.ISO8859-1 +SUBDIR+= es_ES.ISO8859-1 +SUBDIR+= fr_FR.ISO8859-1 SUBDIR+= ja_JP.eucJP SUBDIR+= ru_RU.KOI8-R SUBDIR+= zh_TW.Big5 |