aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/4.6R/Makefile
blob: 4cc0688e5c21c9e8d0762510c985597825d3c29e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD: www/ja/releases/4.6R/Makefile,v 1.1 2002/06/23 20:44:39 hrs Exp $
# Original revision: 1.7

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

DOCS=	announce.sgml
#DOCS+=	contents.sgml
DOCS+=	hardware.sgml
#DOCS+=	installation.sgml
#DOCS+=	qa.sgml
DOCS+=	relnotes.sgml
#DOCS+=	schedule.sgml

DATA=	docbook.css
#DATA+=	errata.html
#DATA+=	installation-alpha.html
#DATA+=	installation-i386.html
#DATA+=	hardware-alpha.html
#DATA+=	hardware-i386.html
DATA+=	relnotes-alpha.html
DATA+=	relnotes-i386.html

DATA+=	cd1.txt cd2.txt cd3.txt cd4.txt mini.txt

### Revision checking
REVCHECK=       YES

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