2be1e25fc2
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in share/mk/doc.docbook.mk so that everything continued to build OK. Approved by: gabor (mentor)
75 lines
1.3 KiB
Makefile
75 lines
1.3 KiB
Makefile
# 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.xml
|
|
DOCS+= features.xml
|
|
DOCS+= mailto.xml
|
|
|
|
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
|
|
# XML
|
|
#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-XML
|
|
#SUBDIR+= gifs
|
|
#SUBDIR+= cgi
|
|
|
|
|
|
|
|
# Non-English
|
|
|
|
WEBDIR= data/tr
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|