Add powerpc stuff.

This commit is contained in:
Xin LI 2006-10-11 07:52:54 +00:00
parent 41dab968d0
commit a7d3621674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163226
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $FreeBSD$
#
# Original Revision: 1.1
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"

View File

@ -0,0 +1,22 @@
<!-- Original Revision: 1.1 -->
<!-- $FreeBSD$ -->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
%articles.ent;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY % sections SYSTEM "../common/relnotes.ent">
%sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "powerpc">
<!ENTITY arch.print "PowerPC">
]>
<article>
&art;
</article>