diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index eba8a5a816..a4ba98b7c3 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,21 +1,22 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.15 2004/04/08 04:09:48 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.16 2004/11/07 22:55:29 adamw Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= faq2.sgml DOCS+= faq28.sgml +DOCS+= faq210.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml DOCS+= porting.sgml DOCS+= bugging.sgml DOCS+= volunteer.sgml DOCS+= develfaq.sgml DOCS+= example-Makefile.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk"