aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/tutorials/Makefile
blob: 6dfa74d48a584145259ea510b55455472af78114 (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
# $FreeBSD$

DOCS?=		index.sgml
SUBDIR=		devel 
SUBDIR+=        diskformat 
SUBDIR+=        disklessx 
SUBDIR+=        fonts 
SUBDIR+=        mh 
SUBDIR+=        multios 
SUBDIR+=        newuser
DOCSUBDIR=	docproj-primer
DOCSUBDIR+=	ddwg 
DOCSUBDIR+=	ppp
SGMLOPTS+=      -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr


.if defined $(NEW_BUILD)
SUBDIR=
.endif
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
DOCSUBDIR=
.endif

WEBBASE?=	/data/

.include "../web.mk"