2012-08-21 21:16:02 +02:00
|
|
|
#
|
2001-03-07 20:40:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Build the FreeBSD Documentation Project Primer (Japanese).
|
|
|
|
#
|
2004-10-27 22:25:04 +02:00
|
|
|
# Original revision: 1.14
|
2001-03-07 20:40:56 +01:00
|
|
|
#
|
|
|
|
|
2004-10-27 22:25:04 +02:00
|
|
|
MAINTAINER= doc-jp@jp.FreeBSD.org
|
2001-03-07 20:40:56 +01:00
|
|
|
|
|
|
|
DOC?= book
|
|
|
|
|
|
|
|
FORMATS?= html-split html
|
|
|
|
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
|
2012-08-21 21:16:02 +02:00
|
|
|
#
|
2012-10-06 19:52:37 +02:00
|
|
|
# SRCS lists the individual XML files that make up the document. Changes
|
2001-03-07 20:40:56 +01:00
|
|
|
# to any of these files will force a rebuild
|
|
|
|
#
|
|
|
|
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML content
|
2012-10-01 11:53:01 +02:00
|
|
|
SRCS= book.xml
|
|
|
|
SRCS+= overview/chapter.xml
|
|
|
|
SRCS+= psgml-mode/chapter.xml
|
|
|
|
SRCS+= see-also/chapter.xml
|
|
|
|
SRCS+= sgml-markup/chapter.xml
|
|
|
|
SRCS+= sgml-primer/chapter.xml
|
|
|
|
SRCS+= stylesheets/chapter.xml
|
|
|
|
SRCS+= structure/chapter.xml
|
|
|
|
SRCS+= doc-build/chapter.xml
|
|
|
|
SRCS+= the-website/chapter.xml
|
|
|
|
SRCS+= tools/chapter.xml
|
|
|
|
SRCS+= translations/chapter.xml
|
|
|
|
SRCS+= writing-style/chapter.xml
|
|
|
|
|
|
|
|
|
|
|
|
SRCS+= examples/appendix.xml
|
2001-03-07 20:40:56 +01:00
|
|
|
|
|
|
|
# Images from the cross-document image library
|
|
|
|
#IMAGES_LIB= callouts/1.png
|
|
|
|
#IMAGES_LIB+= callouts/2.png
|
|
|
|
#IMAGES_LIB+= callouts/3.png
|
|
|
|
#IMAGES_LIB+= callouts/4.png
|
|
|
|
#IMAGES_LIB+= callouts/5.png
|
|
|
|
|
|
|
|
# Entities
|
2012-08-21 21:16:02 +02:00
|
|
|
SRCS+= chapters.ent
|
2001-03-07 20:40:56 +01:00
|
|
|
|
2004-10-27 22:25:04 +02:00
|
|
|
URL_RELPREFIX?= ../../../..
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
2001-03-07 20:40:56 +01:00
|
|
|
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|