summaryrefslogtreecommitdiffstats
path: root/release/doc
diff options
context:
space:
mode:
authorgioria <gioria@FreeBSD.org>2002-02-23 23:03:20 +0000
committergioria <gioria@FreeBSD.org>2002-02-23 23:03:20 +0000
commit2ffffff20157730e12764729880e645f596c766d (patch)
treefb58d9d92c077b1b2f1f50a931812d55a665ef5c /release/doc
parent721047bc17cccb9e2a51ea978c16009135b86a01 (diff)
downloadFreeBSD-src-2ffffff20157730e12764729880e645f596c766d.zip
FreeBSD-src-2ffffff20157730e12764729880e645f596c766d.tar.gz
Adding infrastructure for translation for alpha dir
Diffstat (limited to 'release/doc')
-rw-r--r--release/doc/fr_FR.ISO8859-1/relnotes/Makefile4
-rw-r--r--release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile24
-rw-r--r--release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml31
3 files changed, 57 insertions, 2 deletions
diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/Makefile b/release/doc/fr_FR.ISO8859-1/relnotes/Makefile
index 3aed77e..bddb99b 100644
--- a/release/doc/fr_FR.ISO8859-1/relnotes/Makefile
+++ b/release/doc/fr_FR.ISO8859-1/relnotes/Makefile
@@ -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"
diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile
new file mode 100644
index 0000000..eaff0b7
--- /dev/null
+++ b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/Makefile
@@ -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"
diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml
new file mode 100644
index 0000000..9ac720e
--- /dev/null
+++ b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml
@@ -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>
OpenPOWER on IntegriCloud