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

Obtained from:  The FreeBSD Russian Documentation Project
This commit is contained in:
Alexey Zelkin 2004-04-09 12:07:17 +00:00
parent f11467d2d5
commit 08126d80d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20639

17
ru/news/status/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $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"