blob: 0dd51dc9e277a0d21e53ab4a1054911287b2a106 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
# The FreeBSD French Documentation Project
# Original revision: 1.2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# DOCS= announce.xml notes.xml errata.xml
DOCS= notes.xml
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|