doc/en/gnome/docs/Makefile
Joe Marcus Clarke 800aa66217 Add a new FAQ concerning development branch tracking. This should help users
with tracking development releases of GNOME, plus give them information on
reporting bugs, known issues, and what more they can do to help.

The bulk of this work was by adamw, with some additional content and
formatting changes.
2003-12-27 23:03:10 +00:00

19 lines
430 B
Makefile

# $FreeBSD: www/en/gnome/docs/Makefile,v 1.10 2003/09/18 16:13:26 bland 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
DOCS+= develfaq.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"