List the French translation subdirectory. Why I didn't do this months
ago I don't know. Mea bozo, mea maxima bozo. Profuse apologies to the French translation team for this balls up.
This commit is contained in:
parent
eadd1fcf81
commit
5a9e4f3502
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7117
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue