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


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


desc
@@


1.1
log
@MFen:
	platforms/xbox.sgml:  --> 1.1 (new)
	platforms/Makefile:  connect xbox home page to the build
	developers/Makefile:  --> 1.1 (new)
	developers/cvs.sgml:  --> 1.3 (new)
	includes.navdevelopers.sgml:  --> 1.7
	includes.navabout.sgml:  1.2 --> 1.3
	includes.navsupport.sgml:  1.2 --> 1.3
	includes.navcommunity.sgml:  1.2 --> 1.3
	Makefile:  connect subdir developers/ to the build

Obtained from: The FreeBSD Russian Documentation Project
@
text
@# $FreeBSDru: frdp/www/ru/developers/Makefile,v 1.1 2006/02/18 18:20:33 gad Exp $
# $FreeBSD$
# 
# Original revision: 1.1

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

DOCS=   cvs.sgml

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