head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.05.04.12.49.24;	author keramida;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.10.09.40.20;	author keramida;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Translate the /FAQ redirection page to Greek.
@
text
@# $FreeBSD: www/el/Makefile,v 1.1 2008/02/10 09:40:20 keramida Exp $

#
# The FreeBSD Greek Documentation Project
# Makefile for www/el directory (should be created)
#
# %SOURCE%	mn/Makefile
# %SRCID%	1.1

.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# Subdirectories
# SGML
SUBDIR=	 FAQ
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
.endif

WEBDIR?=	data/el

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.1
log
@Add a www/el/ subdir, to make the Greek documentation builds
visible to the world too.

Submitted by:	Manolis Kiagias, sonicy at otenet.gr
@
text
@d1 1
a1 1
# $FreeBSD$
d17 3
d21 1
a21 1
SUBDIR=	doc
@

