17 lines
374 B
Makefile
17 lines
374 B
Makefile
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.6 2002/07/05 06:31:40 marcus Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= faq.sgml
|
|
DOCS+= faq2.sgml
|
|
DOCS+= porting.sgml
|
|
DOCS+= bugging.sgml
|
|
DOCS+= volunteer.sgml
|
|
DOCS+= 22knownissues.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|