aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/htdocs/releases/7.2R/Makefile
blob: 38c423ac4ac62c0fdcb2aaa1c3a44f3aea32f0c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$
# Original revision: 1.5

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

DATA=	docbook.css
DATA+=	errata.html
DATA+=	hardware.html
DATA+=	readme.html
DATA+=	relnotes-detailed.html

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