Makefile: 1.36 --> 1.42 applications.sgml: 1.7 --> 1.8 doc.hdr: 1.6 --> 1.7 doc.sgml: 1.47 --> 1.50 includes.sgml: 1.20 --> 1.21 index.html: 1.48 --> 1.53 internet.sgml: 1.11 --> 1.12 publish.sgml: 1.10 --> 1.12 support.sgml: 1.89 --> 1.92 where.sgml: 1.25 --> 1.26 alpha/Makefile: 1.1 --> 1.2 commercial/commercial.sgml: 1.25 --> 1.26 commercial/Makefile: --> 1.3 copyright/daemon.sgml: 1.6 --> 1.8 copyright/license.sgml: 1.2 --> 1.3 copyright/Makefile: --> 1.1 docproj/Makefile: 1.2 --> 1.4 docproj/docproj.sgml: 1.11 --> 1.12 docproj/translations.sgml: 1.3 --> 1.5 gallery/Makefile: --> 1.3 gallery/gallery.sgml: 1.36 --> 1.39 internal/Makefile: --> 1.7 internal/about.sgml: 1.14 --> 1.18 internal/mirror.sgml: 1.5 --> 1.6 internal/machines.sgml: 1.3 --> 1.5 internal/resignation.sgml: 1.1 --> 1.2 news/Makefile: 1.2 --> 1.3 news/newsflash.sgml: 1.89 --> 1.91 news/press.sgml: 1.12 --> 1.15 projects/Makefile: --> 1.3 projects/mozilla.sgml: 1.2 --> 1.4 projects/newvies.sgml: 1.3 --> 1.5 release/2.2.6R/announce.sgml: 1.1 --> 1.2 release/2.2.7R/announce.sgml: 1.3 --> 1.4 release/index.sgml: 1.21 --> 1.22 search/Makefile: 1.36 --> 1.2 (???) search/index-site.sgml: 1.15 --> 1.16 search/search.sgml: 1.32 --> 1.33 search/search-mid.sgml: 1.3 --> 1.4 search/searchhints.sgml: 1.3 --> 1.4 search/web.atoz: 1.34 --> 1.38 security/Makefile: 1.1 --> 1.2 Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
70 lines
1.2 KiB
Makefile
70 lines
1.2 KiB
Makefile
# $Id: Makefile,v 1.26 1998-08-09 16:22:14 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.42
|
|
|
|
.if exists(Makefile.conf)
|
|
.include "Makefile.conf"
|
|
.endif
|
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
DOCS= applications.sgml
|
|
DOCS+= auditors.sgml
|
|
DOCS+= availability.sgml
|
|
DOCS+= branch.sgml
|
|
DOCS+= docs.sgml
|
|
DOCS+= features.sgml
|
|
DOCS+= register.sgml
|
|
DOCS+= internet.sgml
|
|
DOCS+= mailto.sgml
|
|
DOCS+= publish.sgml
|
|
DOCS+= send-pr.sgml
|
|
DOCS+= support.sgml
|
|
DOCS+= where.sgml
|
|
DOCS+= y2kbug.sgml
|
|
|
|
# Japanese-only file
|
|
DOCS+= jabout.sgml
|
|
|
|
CLEANFILES+=atoz.sgml site.sgml
|
|
|
|
# These will be directly installed.
|
|
|
|
DATA= index.html
|
|
|
|
# Subdirectories
|
|
|
|
# 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
|
|
|
|
# Extern
|
|
#SUBDIR+= tutorials
|
|
|
|
# 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
|
|
|
|
|
|
WEBDIR= data/ja
|
|
|
|
.include "../web.mk"
|
|
|