Initial import, identical to English 1.7

This commit is contained in:
Andrey Zakhvatov 1999-12-16 03:16:49 +00:00
parent 1848574f12
commit 636260fab0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6197

17
ru/docproj/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
INDEXLINK= docproj.html
.include "../web.mk"