aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1/htdocs/copyright/Makefile
blob: cbecc932ff4987360fb2e06e33aaa7b786a0ce9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD: www/es/copyright/Makefile,v 1.3 2000/11/29 23:56:56 kuriyama Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	freebsd-license.sgml
DOCS+=	daemon.sgml
DOCS+=	copyright.sgml

INDEXLINK= copyright.html

.include "${DOC_PREFIX}/share/mk/web.site.mk"