mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 00:01:54 -05:00
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
28 lines
693 B
Makefile
28 lines
693 B
Makefile
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/hardware/pc98/Makefile,v 1.3 2005/03/10 11:19:55 den Exp $
|
|
#
|
|
# Original revision: 1.2
|
|
|
|
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-pc98.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"
|