2000-12-30 15:25:15 +01:00
|
|
|
# $FreeBSD: www/ja/Makefile,v 1.45 2000/12/28 06:59:10 hrs Exp $
|
1997-11-23 23:55:10 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2000-12-28 07:59:11 +01:00
|
|
|
# Original revision: 1.58
|
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.
|
|
|
|
|
1998-08-09 18:22:19 +02:00
|
|
|
DOCS= applications.sgml
|
|
|
|
DOCS+= auditors.sgml
|
|
|
|
DOCS+= availability.sgml
|
1998-08-03 18:40:16 +02:00
|
|
|
DOCS+= docs.sgml
|
1998-08-09 18:22:19 +02:00
|
|
|
DOCS+= features.sgml
|
1999-09-04 09:22:21 +02:00
|
|
|
DOCS+= register.sgml
|
1999-03-10 19:04:59 +01:00
|
|
|
DOCS+= index.sgml
|
1998-08-03 18:40:16 +02:00
|
|
|
DOCS+= internet.sgml
|
|
|
|
DOCS+= mailto.sgml
|
|
|
|
DOCS+= publish.sgml
|
1998-08-09 18:22:19 +02:00
|
|
|
DOCS+= send-pr.sgml
|
|
|
|
DOCS+= support.sgml
|
|
|
|
DOCS+= where.sgml
|
|
|
|
DOCS+= y2kbug.sgml
|
1999-12-23 02:14:38 +01:00
|
|
|
|
1998-07-27 06:47:06 +02:00
|
|
|
# Japanese-only file
|
1997-11-23 23:55:10 +01:00
|
|
|
DOCS+= jabout.sgml
|
1998-07-27 06:47:06 +02:00
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
# These will be directly installed.
|
|
|
|
|
2000-12-28 07:59:11 +01:00
|
|
|
#DATA= robots.txt
|
1997-11-23 23:55:10 +01:00
|
|
|
|
|
|
|
# Subdirectories
|
1998-08-09 18:22:19 +02:00
|
|
|
# SGML
|
1999-09-04 09:22:21 +02:00
|
|
|
SUBDIR= security
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= commercial
|
|
|
|
SUBDIR+= docproj
|
|
|
|
SUBDIR+= news
|
|
|
|
SUBDIR+= alpha
|
|
|
|
SUBDIR+= internal
|
2000-05-07 03:49:15 +02:00
|
|
|
SUBDIR+= java
|
1998-08-09 18:22:19 +02:00
|
|
|
SUBDIR+= copyright
|
|
|
|
SUBDIR+= search
|
|
|
|
SUBDIR+= gallery
|
|
|
|
SUBDIR+= projects
|
2000-12-30 15:25:15 +01:00
|
|
|
SUBDIR+= platforms
|
2000-11-07 09:18:36 +01:00
|
|
|
SUBDIR+= releases
|
2000-12-30 15:25:15 +01:00
|
|
|
SUBDIR+= smp
|
2000-06-19 01:08:11 +02:00
|
|
|
SUBDIR+= conspectus
|
1999-11-07 12:33:13 +01:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
|
|
|
SUBDIR+= ports
|
|
|
|
.endif
|
|
|
|
|
1998-08-09 18:22:19 +02:00
|
|
|
# Non-SGML
|
|
|
|
#SUBDIR+= gifs
|
|
|
|
#SUBDIR+= cgi
|
|
|
|
|
1998-08-20 06:12:12 +02:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
1998-08-09 18:22:19 +02:00
|
|
|
# Extern
|
2000-01-06 13:53:23 +01:00
|
|
|
SUBDIR+= tutorials
|
1997-11-23 23:55:10 +01:00
|
|
|
|
1999-09-04 09:22:21 +02:00
|
|
|
DOCSUBDIR= FAQ handbook
|
1998-08-20 06:12:12 +02:00
|
|
|
.endif
|
1998-01-26 08:21:43 +01:00
|
|
|
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
1997-11-23 23:55:10 +01:00
|
|
|
|
1998-08-03 19:37:31 +02:00
|
|
|
WEBDIR= data/ja
|
1997-11-23 23:55:10 +01:00
|
|
|
|
1999-12-23 02:14:38 +01:00
|
|
|
### Revision checking
|
2000-10-02 11:16:24 +02:00
|
|
|
REVCHECK= yes
|
1996-11-19 15:18:37 +01:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|