2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2008-02-10 10:40:20 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2009-05-04 14:49:24 +02:00
|
|
|
# Subdirectories
|
|
|
|
# SGML
|
|
|
|
SUBDIR= FAQ
|
2008-02-10 10:40:20 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
2009-05-04 14:49:24 +02:00
|
|
|
SUBDIR+= doc
|
2008-02-10 10:40:20 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
WEBDIR?= data/el
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|