blob: 8c6b34b0eff81443130f68e8817bad6c6965ea40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
# The FreeBSD French Documentation Project
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= index.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|