aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/docproj/Makefile
blob: 059b2f97d9a5a13b625a3564f4e019e3d87692b0 (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
# $FreeBSD: www/en/docproj/Makefile,v 1.10 2003/05/18 20:49:48 murray Exp $

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

DOCS=   current.sgml 
DOCS+=	doc-set.sgml
DOCS+=	handbook.sgml
DOCS+=	handbook3.sgml
DOCS+=  sgml.sgml
DOCS+=  submitting.sgml
DOCS+=  who.sgml 
DOCS+=  translations.sgml
DOCS+=	docproj.sgml
DOCS+=	todo.sgml

INDEXLINK= docproj.html

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