8282a04212
1.24 -> 1.26 Makefile 1.3 -> 1.4 chapters.ent 1.2 -> 1.4 mailing-lists.ent 1.1 -> 1.2 newsgroups.ent 1.35 -> 1.50 authors.ent 1.11 -> 1.15 advanced-networking/chapter.sgml 1.8 -> 1.11 backups/chapter.sgml 1.9 -> 1.11 basics/chapter.sgml
65 lines
1.5 KiB
Makefile
65 lines
1.5 KiB
Makefile
#
|
|
# $FreeBSD: doc/ja_JP.eucJP/books/handbook/Makefile,v 1.41 1999/09/06 06:53:20 peter Exp $
|
|
#
|
|
# Build the FreeBSD Handbook (Japanese).
|
|
#
|
|
# Original revision: 1.26
|
|
#
|
|
|
|
MAINTAINER=kuriyama@FreeBSD.ORG
|
|
|
|
DOC?= book
|
|
|
|
FORMATS?= html-split
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
#
|
|
# SRCS lists the individual SGML files that make up the document. Changes
|
|
# to any of these files will force a rebuild
|
|
#
|
|
|
|
# SGML content
|
|
SRCS= book.sgml
|
|
SRCS+= advanced-networking/chapter.sgml
|
|
SRCS+= backups/chapter.sgml
|
|
SRCS+= basics/chapter.sgml
|
|
SRCS+= bibliography/chapter.sgml
|
|
SRCS+= contrib/chapter.sgml
|
|
SRCS+= cutting-edge/chapter.sgml
|
|
SRCS+= disks/chapter.sgml
|
|
SRCS+= eresources/chapter.sgml
|
|
SRCS+= hw/chapter.sgml
|
|
SRCS+= install/chapter.sgml
|
|
SRCS+= internals/chapter.sgml
|
|
SRCS+= introduction/chapter.sgml
|
|
SRCS+= kernelconfig/chapter.sgml
|
|
SRCS+= kerneldebug/chapter.sgml
|
|
SRCS+= kernelopts/chapter.sgml
|
|
SRCS+= l10n/chapter.sgml
|
|
SRCS+= linuxemu/chapter.sgml
|
|
SRCS+= mail/chapter.sgml
|
|
SRCS+= mirrors/chapter.sgml
|
|
SRCS+= pgpkeys/chapter.sgml
|
|
SRCS+= policies/chapter.sgml
|
|
SRCS+= ppp-and-slip/chapter.sgml
|
|
SRCS+= printing/chapter.sgml
|
|
SRCS+= quotas/chapter.sgml
|
|
SRCS+= security/chapter.sgml
|
|
SRCS+= serialcomms/chapter.sgml
|
|
SRCS+= staff/chapter.sgml
|
|
SRCS+= x11/chapter.sgml
|
|
SRCS+= ports/chapter.sgml
|
|
|
|
# Entities
|
|
SRCS+= authors.ent
|
|
SRCS+= chapters.ent
|
|
SRCS+= mailing-lists.ent
|
|
|
|
# Japanese only
|
|
SRCS+= jcontrib/chapter.sgml
|
|
SRCS+= jauthors.ent
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|