aboutsummaryrefslogtreecommitdiff
path: root/tr_TR.ISO8859-9/htdocs/Makefile
blob: 8ea2955c0232b2d49f2c6ec84e62cef23ad78831 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# The FreeBSD Documentation Project
# The FreeBSD Turkish Documentation Project
# $FreeBSD$
# Original revision: 1.98
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# These are turned into validated, normalized HTML files.

DOCS= docs.sgml
DOCS+= features.sgml
DOCS+= mailto.sgml

XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
DEPENDSET.index=transtable mirrors news press events \
		advisories notices

# These will be directly installed.

#DATA=	favicon.ico
#DATA+=	robots.txt
#DATA+=	freebsd.css
#DATA+=  vendors.html

# Subdirectories
# SGML
#SUBDIR= security
#SUBDIR+= commercial
#SUBDIR+= docproj
#SUBDIR+= news
#SUBDIR+= advocacy

#SUBDIR+= events
#SUBDIR+= FAQ
#SUBDIR+= handbook
#SUBDIR+= internal
#SUBDIR+= java
#SUBDIR+= copyright
#SUBDIR+= search
#SUBDIR+= gallery
#SUBDIR+= projects
#SUBDIR+= prstats
#SUBDIR+= platforms
#SUBDIR+= releases
#SUBDIR+= releng
#SUBDIR+= smp
#SUBDIR+= kse
#SUBDIR+= gnome
#SUBDIR+= donations
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR= doc
.endif


# These *must* be listed after the "doc" subdir, as they create symlinks
# in to it.
#.if !defined(WEB_ONLY) || empty(WEB_ONLY)
#SUBDIR+= tutorials
#.endif

# Non-SGML
#SUBDIR+= gifs
#SUBDIR+= cgi



# Non-English

WEBDIR=	data/tr

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