doc/en/gnome/docs/Makefile
2002-01-08 22:44:26 +00:00

13 lines
223 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
.include "${WEB_PREFIX}/share/mk/web.site.mk"