diff options
Diffstat (limited to 'tr_TR.ISO8859-9/htdocs/Makefile')
-rw-r--r-- | tr_TR.ISO8859-9/htdocs/Makefile | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/tr_TR.ISO8859-9/htdocs/Makefile b/tr_TR.ISO8859-9/htdocs/Makefile new file mode 100644 index 0000000000..2c614162c7 --- /dev/null +++ b/tr_TR.ISO8859-9/htdocs/Makefile @@ -0,0 +1,75 @@ +# The FreeBSD Documentation Project +# The FreeBSD Turkish Documentation Project +# $FreeBSD: www/tr/Makefile,v 1.2 2004/01/13 22:59:06 hrs Exp $ +# 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 "${WEB_PREFIX}/share/mk/web.site.mk" |