diff --git a/ru/news/status/Makefile b/ru/news/status/Makefile new file mode 100644 index 0000000000..0356882458 --- /dev/null +++ b/ru/news/status/Makefile @@ -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"