1998-08-20 06:12:12 +02:00
|
|
|
# $Id: Makefile,v 1.27 1998-08-20 04:12:11 hanai Exp $
|
1997-11-23 23:55:10 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
1998-08-20 06:12:12 +02:00
|
|
|
# Original revision: 1.44
|
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
|
|
|
|
DOCS+= register.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
|
|
|
|
|
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
|
1996-11-19 15:18:37 +01:00
|
|
|
|
1998-08-09 18:22:19 +02:00
|
|
|
# SGML
|
|
|
|
|
|
|
|
SUBDIR= security
|
|
|
|
SUBDIR+= commercial
|
|
|
|
SUBDIR+= docproj
|
|
|
|
SUBDIR+= news
|
|
|
|
SUBDIR+= alpha
|
|
|
|
SUBDIR+= internal
|
|
|
|
SUBDIR+= copyright
|
|
|
|
SUBDIR+= search
|
|
|
|
SUBDIR+= gallery
|
|
|
|
SUBDIR+= ports
|
|
|
|
SUBDIR+= projects
|
|
|
|
SUBDIR+= releases
|
|
|
|
|
|
|
|
# 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
|
|
|
|
1998-08-20 06:12:12 +02:00
|
|
|
DOCSUBDIR= FAQ handbook
|
|
|
|
.endif
|
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
# Subdirectories that have linuxdoc docs and makefiles that use
|
|
|
|
# <bsd.sgml.mk>.
|
|
|
|
|
1998-01-01 20:38:26 +01:00
|
|
|
FORMATS?= "html roff"
|
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
|
|
|
|
|
|
|
.include "../web.mk"
|
1996-11-19 15:18:37 +01:00
|
|
|
|