doc/en/gnome/docs/Makefile
Alexander Nedotsukov f351405027 - Update list ot known issues for GNOME 2.4
- 22knownissues.sgml -> knownissues.sgml
2003-09-18 16:13:26 +00:00

18 lines
409 B
Makefile

# $FreeBSD: www/en/gnome/docs/Makefile,v 1.9 2003/07/15 21:27:53 marcus Exp $
.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"