19 lines
407 B
Makefile
19 lines
407 B
Makefile
# $FreeBSD$
|
|
# The FreeBSD Russian Documentation Project
|
|
# $FreeBSDru: frdp/www/ru/projects/Makefile,v 1.4 2001/11/14 17:44:56 phantom 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
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|