Fix rev 1.62:
enable the build of all translated pages (ja es ru zh de)
This commit is contained in:
parent
c37add0cf7
commit
ba3136f676
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9304
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.63 2001/04/17 12:18:20 nik Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.64 2001/04/22 17:34:53 wosch Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -67,7 +67,7 @@ COOKIE= FAQ handbook
|
|||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
.for DIR in ${WEB_LANG}
|
||||
#SUBDIR+= ../${DIR}
|
||||
SUBDIR+= ../${DIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue