Add turkish (tr) files to the build.
This commit is contained in:
parent
d6a6f19ffa
commit
402c79bc4f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19058
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/Makefile,v 1.22 2003/11/14 21:02:53 blackend Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.23 2003/12/05 19:58:36 blackend Exp $
|
||||
|
||||
WEB_PREFIX= ${.CURDIR}
|
||||
|
||||
|
@ -6,7 +6,7 @@ SUBDIR= en
|
|||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
.if make(obj)
|
||||
SUBDIR+= da de es fr it ja pt_BR ru zh
|
||||
SUBDIR+= da de es fr it ja pt_BR ru tr zh
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.102 2003/11/26 21:12:45 blackend Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.103 2003/12/05 19:58:36 blackend Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -73,7 +73,7 @@ SUBDIR+= tutorials
|
|||
SUBDIR+= gifs
|
||||
SUBDIR+= cgi
|
||||
|
||||
WEB_LANG?= da de es fr it ja pt_BR ru zh
|
||||
WEB_LANG?= da de es fr it ja pt_BR ru tr zh
|
||||
|
||||
COOKIE= FAQ handbook
|
||||
|
||||
|
|
Loading…
Reference in a new issue