doc/en/gnome/docs/Makefile
2002-01-30 18:18:27 +00:00

15 lines
265 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= faq.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"