6ccc7d470a
(new) -> 1.3 doc/ja_JP.eucJP/hardware/Makefile (new) -> 1.2 doc/ja_JP.eucJP/hardware/Makefile.inc (new) -> 1.6 doc/ja_JP.eucJP/hardware/alpha/Makefile (new) -> 1.4 doc/ja_JP.eucJP/hardware/alpha/article.sgml (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/artheader.sgml (new) -> 1.73 doc/ja_JP.eucJP/hardware/common/dev.sgml (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/hw.ent (new) -> 1.3 doc/ja_JP.eucJP/hardware/common/intro.sgml (new) -> 1.5 doc/ja_JP.eucJP/hardware/i386/Makefile (new) -> 1.3 doc/ja_JP.eucJP/hardware/i386/article.sgml (new) -> 1.2 doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml (new) -> 1.2 doc/ja_JP.eucJP/hardware/ia64/Makefile (new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/article.sgml (new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml (new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/Makefile (new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/article.sgml NOTE: {alpha,sparc64}/{dev,proc}-{alpha,sparc64}.sgml are not translated yet.
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.5
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
DOC?= article
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
JADEFLAGS+= -V %generate-article-toc%
|
|
|
|
# SGML content
|
|
SRCS+= article.sgml
|
|
SRCS+= proc-i386.sgml
|
|
SRCS+= ../common/hw.ent
|
|
SRCS+= ../common/artheader.sgml
|
|
SRCS+= ../common/dev.sgml
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|