doc/en/gnome/docs/Makefile
Joe Marcus Clarke a06535373e * Add the start of a GNOME 2.0 FAQ.
* Move the GNOME FAQ to the GNOME 1.4.1 FAQ
* Add corresponding links to the main page
* Add a disclaimer to the porting page saying that the porting methods
  are about to change
2002-07-05 06:31:40 +00:00

16 lines
349 B
Makefile

# $FreeBSD: www/en/gnome/docs/Makefile,v 1.5 2002/01/30 18:18:27 sobomax Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= faq.sgml
DOCS+= faq2.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"