Adding infrastructure for translation for alpha dir
This commit is contained in:
parent
d2d45a4aa5
commit
6ea3dcb823
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91183
@ -10,8 +10,8 @@
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../..
|
||||
|
||||
#SUBDIR = alpha
|
||||
SUBDIR= i386
|
||||
SUBDIR = alpha
|
||||
SUBDIR+= i386
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
24
release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile
Normal file
24
release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD French Documentation Project
|
||||
#
|
||||
# $Id$
|
||||
# $FreeBSD$
|
||||
# Original revision: 1.6
|
||||
|
||||
RELN_ROOT?= ${.CURDIR}/../../..
|
||||
|
||||
DOC?= article
|
||||
FORMATS?= html
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
SRCS+= article.sgml
|
||||
SRCS+= ../common/relnotes.ent
|
||||
SRCS+= ../common/new.sgml
|
||||
|
||||
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
31
release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml
Normal file
31
release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml
Normal file
@ -0,0 +1,31 @@
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$Id$
|
||||
$FreeBSD$
|
||||
Original revision: 1.3
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!-- <!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> -->
|
||||
<!-- %mlists; -->
|
||||
<!Entity % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
|
||||
%release;
|
||||
<!ENTITY % sections SYSTEM "../common/relnotes.ent"> %sections;
|
||||
|
||||
<!-- Architecture-specific customization -->
|
||||
|
||||
<!ENTITY arch "alpha">
|
||||
<!ENTITY arch.print "Alpha/AXP">
|
||||
|
||||
]>
|
||||
|
||||
<article>
|
||||
&art;
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user