Fix rev 1.62:

enable the build of all translated pages (ja es ru zh de)
This commit is contained in:
Wolfram Schneider 2001-04-25 22:51:43 +00:00
parent c37add0cf7
commit ba3136f676
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9304

View file

@ -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