head	1.1;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.12.23.15.34.58;	author bvs;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add new translations. Original english version are in brackets
Next three files are derived from www/ru/docs.sgml
docs/books.sgml (1.5)
docs/man.sgml (1.3)
docs/webresources.sgml (1.3)
docs/Makefile (1.5)

www/ru/Makefile: Add docs/ for building
www/ru/includes.navdocs.sgml: change links to point to <docs> directory.

MFen:
www/ru/docs.sgml: 1.193 -> 1.194

Obtained from: The FreeBSD Russian Documentation Project
@
text
@ #The FreeBSD Russian Documentation Project
 # $FreeBSDru: frdp/www/ru/docs/Makefile,v 1.1 2005/12/23 15:14:20 gad Exp $
 # $FreeBSD$
 # Original revision: 1.5

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

DOCS=   books.sgml man.sgml webresources.sgml

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