head	1.6;
access;
symbols
	HRS_XML_CLEANUP:1.6
	HRS_XML_CLEANUP_PRE:1.6
	EMILYBOYD_REDESIGN:1.6
	PRE_REDESIGN:1.6
	XML_XSL_XP:1.5.0.2
	XML_XSL_XP_BP:1.5;
locks; strict;
comment	@# @;


1.6
date	2003.12.13.11.19.00;	author andy;	state Exp;
branches;
next	1.5;

1.5
date	2000.10.27.12.13.59;	author phantom;	state Exp;
branches;
next	1.4;

1.4
date	99.09.15.20.37.12;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	99.09.06.07.03.31;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.09.05.11.15.34;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	99.08.29.16.54.44;	author nik;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Synchronize with English 1.8
@
text
@#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/FAQ/Makefile,v 1.3 2003/12/13 11:16:34 andy Exp $
#
# Original revision: 1.8
#

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

DATA=   index.html

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


1.5
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d5 3
a7 2
# $FreeBSDru: frdp/www/ru/FAQ/Makefile,v 1.2 2000/10/06 15:53:51 phantom Exp $
# Original revision: 1.4
a8 2
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
d10 5
a14 4
all install clean:
	(cd ../../../doc/ru_RU.KOI8-R/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ru/FAQ ${.TARGET})
.if make(install)
	(cd ${DESTDIR}/data/ru/FAQ; ln -sf index.html FAQ.html)
d16 4
@


1.4
log
@Use the right make command: make -> ${MAKE}
@
text
@d2 5
a6 1
# $FreeBSD: www/ru/FAQ/Makefile,v 1.3 1999/09/06 07:03:31 peter Exp $
@


1.3
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
a8 1
	(cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/ru/FAQ ${.TARGET})
@


1.2
log
@Install Russian FAQ in /ru/ directory and don't override the chinese
FAQ in /zh/ with the russian pages.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/29 16:54:44 nik Exp $
@


1.1
log
@Kludge to build and install the FAQ in the right place.  Similar to
the entries for the other languages.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/19 20:55:58 nik Exp $
d8 1
a8 1
	(cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/zh/FAQ ${.TARGET})
@

