diff --git a/ru/projects/Makefile b/ru/projects/Makefile index 1eaf1961fc..7cd398aa06 100644 --- a/ru/projects/Makefile +++ b/ru/projects/Makefile @@ -1,25 +1,26 @@ # # The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/projects/Makefile,v 1.7 2004/01/25 13:00:52 andy Exp $ +# $FreeBSDru: frdp/www/ru/projects/Makefile,v 1.8 2005/06/06 17:10:33 andy Exp $ # # Original revision: 1.7 # .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= projects.sgml DOCS+= newbies.sgml DOCS+= cvsweb.sgml +DOCS+= summerofcode.sgml INDEXLINK= projects.html SUBDIR= busdma .include "${WEB_PREFIX}/share/mk/web.site.mk"