head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.2
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2;
locks; strict;
comment	@# @;


1.2
date	2004.09.10.14.23.00;	author den;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.23.09.21.20;	author den;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Merge the following from the English version:

   1.5 -> 1.6 relnotes/Makefile
   1.9 -> 1.11 relnotes.sgml

Obtained from:	The FreeBSD Russian Documentation Project
@
text
@# The FreeBSD Russian Documentation Project
#
# Web site build hooks for the release notes.  Also see the README file.
#
# The variable RELNOTES (I couldn't think of a better name) is a poor
# man's list.  Its semantics are very similar to that of MLINKS (see
# bsd.man.mk).  The first word is the directory under which that set
# of relnotes should appear on the web site.  The second word is the
# path to that relnotes set.
#
# $FreeBSDru: frdp/www/ru/relnotes/Makefile,v 1.2 2004/09/10 14:21:53 den Exp $
# $FreeBSD$
#
# Original revision: 1.6 
#

RELNOTES?=	CURRENT ${.CURDIR}/../../../relnotes/doc/ru_RU.KOI8-R \
		5-STABLE ${.CURDIR}/../../../relnotes5/doc/ru_RU.KOI8-R

all install clean obj:
	@@set ${RELNOTES}; \
	while :; do \
		case $$# in \
			0) break;; \
			1) ${ECHO_CMD} "bad \$$RELNOTES value"; false; break;; \
		esac; \
		webname=$$1; shift; realpath=$$1; shift; \
		(unset DESTDIR || true; \
			cd $$realpath && ${MAKE} \
				FORMATS=html\ html-split \
				DOCDIR=${DESTDIR}/data/ru/${.CURDIR:T}/$$webname \
				DOC_PREFIX=${.CURDIR}/../../../doc \
				DIRPRFX=${.CURDIR:T}/$$webname/ \
				NO_LANGCODE_IN_DESTDIR=true \
				${.TARGET}); \
	done;
@


1.1
log
@Add build for ru_RU.KOI8-R release documentation (HEAD)
@
text
@d11 1
a11 1
# $FreeBSDru$
d14 1
a14 1
# Original Revision: 1.5 
d17 2
a18 1
RELNOTES?=	CURRENT ${.CURDIR}/../../../relnotes/doc/ru_RU.KOI8-R
@

