2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1997-11-23 23:55:10 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2013-04-27 16:18:12 +02:00
|
|
|
# Original revision: r41060
|
1996-11-19 15:18:37 +01:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
1997-11-23 23:55:10 +01:00
|
|
|
.endif
|
1996-11-19 15:18:37 +01:00
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= about.xml
|
|
|
|
#DOCS+= administration.xml
|
|
|
|
DOCS+= applications.xml
|
|
|
|
#DOCS+= art.xml
|
|
|
|
DOCS+= docs.xml
|
|
|
|
DOCS+= features.xml
|
|
|
|
DOCS+= internet.xml
|
|
|
|
#DOCS+= logo.xml
|
|
|
|
DOCS+= mailto.xml
|
|
|
|
#DOCS+= privacy.xml
|
|
|
|
DOCS+= publish.xml
|
|
|
|
DOCS+= relnotes.xml
|
|
|
|
DOCS+= send-pr.xml
|
|
|
|
DOCS+= support.xml
|
|
|
|
DOCS+= where.xml
|
2013-04-27 16:18:12 +02:00
|
|
|
#DOCS+= 4xx.xml
|
1999-12-23 02:14:38 +01:00
|
|
|
|
1998-07-27 06:47:06 +02:00
|
|
|
# Japanese-only file
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS+= jabout.xml
|
1998-07-27 06:47:06 +02:00
|
|
|
|
2005-10-04 19:13:17 +02:00
|
|
|
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
|
|
|
DEPENDSET.index=transtable mirrors news press events \
|
2006-08-20 08:28:53 +02:00
|
|
|
advisories notices
|
2005-10-04 19:13:17 +02:00
|
|
|
|
2013-04-27 16:18:12 +02:00
|
|
|
XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
|
2005-09-18 08:25:01 +02:00
|
|
|
DEPENDSET.usergroups=transtable usergroups
|
2013-04-27 16:18:12 +02:00
|
|
|
PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
2005-09-18 08:25:01 +02:00
|
|
|
|
2010-01-29 17:48:47 +01:00
|
|
|
XMLDOCS+= community::${XML_EVENTS_EVENTS}:
|
|
|
|
DEPENDSET.community=usergroups events
|
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
# These will be directly installed.
|
|
|
|
|
2001-08-08 05:55:55 +02:00
|
|
|
#DATA= favicon.ico
|
2003-11-18 23:11:26 +01:00
|
|
|
DATA+= freebsd.css
|
2013-04-27 16:18:12 +02:00
|
|
|
#DATA+= google6bb24ed0b804d5e9.html
|
|
|
|
#DATA+= index.css
|
2011-03-17 14:21:37 +01:00
|
|
|
#DATA+= robots.txt
|
1997-11-23 23:55:10 +01:00
|
|
|
|
|
|
|
# Subdirectories
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML
|
2011-03-17 14:21:37 +01:00
|
|
|
#SUBDIR+= advocacy
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= commercial
|
2010-05-03 16:13:07 +02:00
|
|
|
SUBDIR+= community
|
2011-03-17 14:21:37 +01:00
|
|
|
SUBDIR+= copyright
|
|
|
|
SUBDIR+= developers
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= docproj
|
2010-07-05 19:00:55 +02:00
|
|
|
SUBDIR+= docs
|
2011-03-17 14:21:37 +01:00
|
|
|
#SUBDIR+= donations
|
2010-01-20 16:51:38 +01:00
|
|
|
SUBDIR+= events
|
2011-03-17 14:21:37 +01:00
|
|
|
#SUBDIR+= gnome
|
2004-01-22 15:42:28 +01:00
|
|
|
SUBDIR+= handbook
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= internal
|
2011-07-03 02:40:44 +02:00
|
|
|
#SUBDIR+= ipv6
|
2000-05-07 03:49:15 +02:00
|
|
|
SUBDIR+= java
|
2011-03-17 14:21:37 +01:00
|
|
|
#SUBDIR+= marketing
|
2011-07-03 02:40:44 +02:00
|
|
|
#SUBDIR+= multimedia
|
2011-03-17 14:21:37 +01:00
|
|
|
SUBDIR+= news
|
|
|
|
SUBDIR+= platforms
|
|
|
|
#SUBDIR+= portmgr
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= projects
|
2002-05-13 22:09:05 +02:00
|
|
|
SUBDIR+= prstats
|
2000-11-07 09:18:36 +01:00
|
|
|
SUBDIR+= releases
|
2002-05-13 22:09:05 +02:00
|
|
|
#SUBDIR+= releng
|
2011-03-17 14:21:37 +01:00
|
|
|
SUBDIR+= search
|
|
|
|
SUBDIR+= security
|
2011-06-17 14:52:33 +02:00
|
|
|
SUBDIR+= snapshots
|
2009-07-21 08:12:12 +02:00
|
|
|
SUBDIR+= support
|
2011-03-17 14:21:37 +01:00
|
|
|
|
1999-11-07 12:33:13 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
2002-01-01 15:35:53 +01:00
|
|
|
SUBDIR+= doc
|
2011-03-17 14:21:37 +01:00
|
|
|
SUBDIR+= ports
|
2001-08-08 05:55:55 +02:00
|
|
|
# .endif
|
|
|
|
# .if defined(BUILD_RELNOTES)
|
|
|
|
# SUBDIR+= relnotes
|
2002-05-13 22:09:05 +02:00
|
|
|
.endif
|
|
|
|
|
2012-10-06 19:52:37 +02:00
|
|
|
# Non-XML
|
1998-08-09 18:22:19 +02:00
|
|
|
#SUBDIR+= cgi
|
2011-03-17 14:21:37 +01:00
|
|
|
#SUBDIR+= gifs
|
|
|
|
#SUBDIR+= layout
|
2011-07-03 02:40:44 +02:00
|
|
|
#SUBDIR+= logo
|
1998-08-09 18:22:19 +02:00
|
|
|
|
2004-01-22 15:42:28 +01:00
|
|
|
WEBDIR?= data/ja
|
1997-11-23 23:55:10 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|