Add Makefile for status directory, "syncronized" with english rev 1.23
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
f11467d2d5
commit
08126d80d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20639
1 changed files with 17 additions and 0 deletions
17
ru/news/status/Makefile
Normal file
17
ru/news/status/Makefile
Normal 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"
|
Loading…
Reference in a new issue