diff options
author | Nik Clayton <nik@FreeBSD.org> | 2000-04-30 21:58:43 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2000-04-30 21:58:43 +0000 |
commit | 5a9e4f3502dec511d4246bc0a4c6c4a1ea4865a9 (patch) | |
tree | 41d43164025a90647acc2684810f3cbf58ddd9dd /Makefile | |
parent | eadd1fcf81537bcc24b9389b719ead1fb9f41b07 (diff) |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $FreeBSD: doc/Makefile,v 1.16 1999/10/13 00:19:43 phantom Exp $ +# $FreeBSD: doc/Makefile,v 1.17 1999/12/16 02:22:16 billf Exp $ # # The user can override the default list of languages to build and install # with the DOC_LANG variable. @@ -8,6 +8,7 @@ SUBDIR = ${DOC_LANG} .else SUBDIR = en_US.ISO_8859-1 SUBDIR+= es_ES.ISO_8859-1 +SUBDIR+= fr_FR.ISO_8859-1 SUBDIR+= ja_JP.eucJP SUBDIR+= ru_RU.KOI8-R SUBDIR+= zh_TW.Big5 |