1999-12-23 02:14:38 +01:00
|
|
|
# $FreeBSD: www/ja/Makefile,v 1.36 1999/11/07 11:33:12 kuriyama Exp $
|
1997-11-23 23:55:10 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
1999-11-07 12:33:13 +01:00
|
|
|
# Original revision: 1.50
|
1996-11-19 15:18:37 +01:00
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
|
|
|
.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
|
|
|
|
|
|
|
CLEANFILES+=atoz.sgml site.sgml
|
1997-11-23 23:55:10 +01:00
|
|
|
|
|
|
|
# These will be directly installed.
|
|
|
|
|
|
|
|
DATA= index.html
|
|
|
|
|
|
|
|
# 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
|
|
|
|
SUBDIR+= copyright
|
|
|
|
SUBDIR+= search
|
|
|
|
SUBDIR+= gallery
|
|
|
|
SUBDIR+= projects
|
|
|
|
SUBDIR+= releases
|
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
|
|
|
|
1999-03-01 19:37:59 +01:00
|
|
|
# Japanese only.
|
|
|
|
SUBDIR+= java
|
|
|
|
|
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
|
|
|
|
#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
|
|
|
|
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
|
|
|
BUILDTOP= ..
|
|
|
|
DIR_IN_LOCAL= .
|
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
.include "../web.mk"
|
1996-11-19 15:18:37 +01:00
|
|
|
|