doc/en/gnome/docs/Makefile
Joe Marcus Clarke e182c70228 * Update faq212.sgml to link to the FreeBSD.org version of gnome_upgrad.sh
* Update Known Issues list
* Update hot list of new features
* Tie faq212.sgml into the build
2005-11-05 07:22:29 +00:00

23 lines
519 B
Makefile

# $FreeBSD: www/en/gnome/docs/Makefile,v 1.17 2005/03/12 10:21:06 marcus 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+= faq212.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"