From e886733d144bb59c5448d75860ea0d2543d614ef Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 16 Aug 1998 13:12:03 +0000 Subject: [PATCH] Add the new variable ENGLISH_ONLY. If set and not empty, the non-english web pages are not build. Add the new variable WEB. If set and not empty, the FAQ, handbook and tutorial are not build. --- en/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/en/Makefile b/en/Makefile index c25e56d6ce..3c47ae71e8 100644 --- a/en/Makefile +++ b/en/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.42 1998-08-04 14:18:21 wosch Exp $ +# $Id: Makefile,v 1.43 1998-08-16 13:12:03 wosch Exp $ .if exists(Makefile.conf) .include "Makefile.conf" @@ -48,14 +48,18 @@ SUBDIR+= releases SUBDIR+= gifs SUBDIR+= cgi +# Non-English +.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) +SUBDIR+= ja +SUBDIR+= es +.endif + +.if !defined(WEB_ONLY) || empty(WEB_ONLY) # Extern SUBDIR+= tutorials -# Non-English -SUBDIR+= ja -SUBDIR+= es - DOCSUBDIR= FAQ handbook +.endif SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data