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


1.2
date	2009.05.04.12.54.28;	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
@Retag with the %SRCID% of en/doc/Makefile
@
text
@#
# $FreeBSD: www/el/doc/Makefile,v 1.1 2008/02/10 09:40:20 keramida Exp $
#
# 
# The FreeBSD Greek Documentation Project
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
#
# This assumes that you have the www/ and doc/ trees checked out beside
# one another -- this was always the case anyway, so there are no extra
# requirements here.
#
# This file should be placed in the www/el/doc directory
# (which should be created)
#
# %SOURCE%	en/doc/Makefile
# %SRCID%	1.1
#
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

all: all-all all-install

all-all:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" \
			INSTALL_COMPRESSED= all
all-install:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
			INSTALL_COMPRESSED= install
install clean:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
			INSTALL_COMPRESSED= ${.TARGET}
.if make(clean)
	${RM} -rf el*
.endif

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

obj: _OBJUSE

_OBJUSE: .USE
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} ${.TARGET}
@


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
@d2 1
a2 1
# $FreeBSD$
d17 1
a17 1
# %SOURCE%	mn/doc/Makefile
@

