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


1.1
date	2004.04.09.12.07.17;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add Makefile for status directory, "syncronized" with english rev 1.23

Obtained from:  The FreeBSD Russian Documentation Project
@
text
@# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/news/status/Makefile,v 1.1 2004/04/09 11:16:09 phantom Exp $
# Original revision: 1.23

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

DOCS=	status.sgml

INDEXLINK=	status.html

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