1998-02-12 03:21:59 +01:00
|
|
|
# $Id: Makefile,v 1.10 1998-02-12 02:21:58 hanai Exp $
|
1997-11-23 23:55:10 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
1998-02-12 03:21:59 +01:00
|
|
|
# Original revision: 1.21
|
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.
|
|
|
|
|
|
|
|
DOCS= about.sgml applications.sgml auditors.sgml availability.sgml branch.sgml
|
|
|
|
DOCS+= commercial.sgml daemon.sgml docproj.sgml docs.sgml
|
|
|
|
DOCS+= features.sgml gallery.sgml index-site.sgml register.sgml
|
|
|
|
DOCS+= internet.sgml license.sgml mailto.sgml mirror.sgml newsflash.sgml
|
|
|
|
DOCS+= publish.sgml search.sgml searchhints.sgml
|
|
|
|
DOCS+= send-pr.sgml security.sgml support.sgml where.sgml resignation.sgml
|
|
|
|
DOCS+= jabout.sgml
|
|
|
|
#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml
|
1998-02-12 03:21:59 +01:00
|
|
|
DOCS+= y2kbug.sgml
|
1997-11-23 23:55:10 +01:00
|
|
|
|
|
|
|
CLEANFILES+=atoz.sgml
|
|
|
|
|
|
|
|
# These will be directly installed.
|
|
|
|
|
|
|
|
DATA= index.html
|
|
|
|
|
|
|
|
# Files or targets listed here are defined in this file.
|
|
|
|
|
|
|
|
index-site.sgml: atoz.sgml
|
|
|
|
atoz.sgml: web.atoz
|
|
|
|
sort -fu web.atoz | perl ../atoz.pl > ${.TARGET}
|
|
|
|
|
|
|
|
# Subdirectories
|
1996-11-19 15:18:37 +01:00
|
|
|
|
1997-11-23 23:55:10 +01:00
|
|
|
#SUBDIR= cgi commercial gifs ports releases tutorials
|
|
|
|
SUBDIR= ports releases
|
|
|
|
|
|
|
|
# Subdirectories that have linuxdoc docs and makefiles that use
|
|
|
|
# <bsd.sgml.mk>.
|
|
|
|
|
|
|
|
DOCSUBDIR= FAQ handbook
|
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
|
|
|
|
|
|
|
|
1997-11-24 17:08:52 +01:00
|
|
|
WEBDIR= ja_JP.EUC
|
1997-11-23 23:55:10 +01:00
|
|
|
|
|
|
|
.include "../web.mk"
|
1996-11-19 15:18:37 +01:00
|
|
|
|