doc/ja/Makefile

60 lines
1.6 KiB
Makefile
Raw Normal View History

# $Id: Makefile,v 1.21 1998-07-30 12:54:01 hanai Exp $
1997-11-23 23:55:10 +01:00
# The FreeBSD Japanese Documentation Project
# Original revision: 1.36
1997-11-23 23:55:10 +01:00
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
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
DOCS+= machines.sgml mailto.sgml mirror.sgml mozilla.sgml
DOCS+= newbies.sgml newsflash.sgml press.sgml publish.sgml search.sgml
DOCS+= searchhints.sgml send-pr.sgml support.sgml where.sgml
DOCS+= resignation.sgml y2kbug.sgml search-mid.sgml
# Japanese-only file
1997-11-23 23:55:10 +01:00
DOCS+= jabout.sgml
# Not available in Japanese version.
1997-11-23 23:55:10 +01:00
#DOCS+= cgallery.sgml npgallery.sgml pgallery.sgml
CLEANFILES+=atoz.sgml site.sgml
1997-11-23 23:55:10 +01:00
# These will be directly installed.
DATA= index.html
# Files or targets listed here are defined in this file.
index-site.sgml: atoz.sgml site.sgml
1997-11-23 23:55:10 +01:00
atoz.sgml: web.atoz
sort -fu web.atoz | perl ../atoz.pl > ${.TARGET}
site.sgml: ../site.map
perl ../site.pl < ${.ALLSRC} > ${.TARGET}
1997-11-23 23:55:10 +01:00
# Subdirectories
#SUBDIR= security cgi commercial docproj gifs ports releases tutorials
#SUBDIR+= news alpha projects
SUBDIR= security docproj ports releases
SUBDIR+= news alpha
1997-11-23 23:55:10 +01:00
# Subdirectories that have linuxdoc docs and makefiles that use
# <bsd.sgml.mk>.
DOCSUBDIR= FAQ handbook
FORMATS?= "html roff"
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
1997-11-23 23:55:10 +01:00
WEBDIR= ja_JP.EUC
1997-11-23 23:55:10 +01:00
.include "../web.mk"