7213ef055d
This translation is based on RELENG_5 so it should be tagged as RELENG_5 when appropriate (This set of files DOES build under 6-CURRENT because a last-minute hack added to readme/article.sgml, however, the contents is for RELENG_5). This includes: The Migration Guide Errata Hardware Notes (only i386 and amd64 at this time) Installation Guide [2] Readme [1] Release Notes Submitted by: delphij, gavin (local repository committer) [1], zhangluo (additional local contributor; part of i386 related contents) [2] Approved by: murray (mentor)
26 lines
545 B
Makefile
26 lines
545 B
Makefile
# The FreeBSD Simplified Chinese Project
|
|
#
|
|
# Original Revision: 1.2
|
|
# $FreeBSD$
|
|
|
|
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-amd64.sgml
|
|
SRCS+= ../common/hw.ent
|
|
SRCS+= ../common/artheader.sgml
|
|
SRCS+= ../common/dev.sgml
|
|
SRCS+= ${DEV-AUTODIR}/catalog-auto
|
|
SRCS+= ${DEV-AUTODIR}/dev-auto.sgml
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|