2003-12-15 17:09:26 +01:00
|
|
|
# $FreeBSD: www/fr/donations/Makefile,v 1.1 2003/03/23 15:08:25 stephane Exp $
|
2003-03-23 16:08:25 +01:00
|
|
|
|
|
|
|
# The FreeBSD French Documentation Project
|
2003-12-15 17:09:26 +01:00
|
|
|
# Original revision: 1.5
|
2003-03-23 16:08:25 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2003-12-15 17:09:26 +01:00
|
|
|
DOCS= index.sgml wantlist.sgml donors.sgml
|
2003-03-23 16:08:25 +01:00
|
|
|
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|