Initial import, synchronized with English 1.10

This commit is contained in:
Andrey Zakhvatov 2003-11-02 18:09:47 +00:00
parent 4bbf8f72ac
commit e2f6c7841b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18675

23
ru/gnome/docs/Makefile Normal file
View file

@ -0,0 +1,23 @@
# The FreeBSD Russian Documentation Project
#
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.10 2003/09/18 16:13:26 bland Exp $
# $FreeBSDru: frdp/www/ru/gnome/docs/Makefile,v 1.1 2003/11/02 17:57:31 andy Exp $
#
# Original revision: 1.10
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= faq2.sgml
DOCS+= gnome_porting.sgml
DOCS+= gnome2_porting.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
DOCS+= knownissues.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"