doc/en/gnome/docs/Makefile
Adam Weinberger 5aa60996d6 Separate the USE_GNOME component list in a more logical manner.
Now there are three separate lists: GNOME 1 components, GNOME 2 components,
and thingies that aren't in the other things with the stuff, like the
hacks.

This now mirrors the division present in bsd.gnome.mk in the development
tree.
2004-01-07 23:38:16 +00:00

21 lines
486 B
Makefile

# $FreeBSD: www/en/gnome/docs/Makefile,v 1.12 2003/12/28 03:06:00 adamw 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+= gnome1_porting.sgml
DOCS+= gnome2_porting.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
DOCS+= knownissues.sgml
DOCS+= develfaq.sgml
DOCS+= example-Makefile.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"