0f970d7612
and example script which can translate some repeated device entities. With -o <file> option it can be used to update translated list of entities (skip translated ones). Obtained from: The FreeBSD Russian Documentation Project
29 lines
733 B
Makefile
29 lines
733 B
Makefile
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/hardware/alpha/Makefile,v 1.3 2005/03/10 11:19:52 den Exp $
|
|
#
|
|
# Original revision: 1.7
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
DOC?= article
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
JADEFLAGS+= -V %generate-article-toc%
|
|
|
|
# SGML content
|
|
SRCS+= article.sgml
|
|
SRCS+= ../../../en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml
|
|
SRCS+= ../common/hw.ent
|
|
SRCS+= ../common/artheader.sgml
|
|
SRCS+= ../common/dev.sgml
|
|
SRCS+= ${DEV-AUTODIR}/catalog-auto
|
|
SRCS+= ${DEV-AUTODIR}/dev-auto.sgml
|
|
SRCS+= ../../share/sgml/dev-auto-ru.sgml
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|