summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2006-05-18 16:27:53 +0000
committerbmah <bmah@FreeBSD.org>2006-05-18 16:27:53 +0000
commit9578afde4384c38e86f53b080d6b64fb4430dc2d (patch)
tree15835e511cfd8b1a4f0d3911ef13a89c2da78bd2 /release
parent2b8bb5dee2d247cff23441f5355959f826ec5457 (diff)
downloadFreeBSD-src-9578afde4384c38e86f53b080d6b64fb4430dc2d.zip
FreeBSD-src-9578afde4384c38e86f53b080d6b64fb4430dc2d.tar.gz
Remove the rest of the alpha-specific MD release documentation
(release notes and installation guide).
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/installation/Makefile3
-rw-r--r--release/doc/en_US.ISO8859-1/installation/alpha/Makefile20
-rw-r--r--release/doc/en_US.ISO8859-1/installation/alpha/article.sgml26
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/Makefile3
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile18
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml21
6 files changed, 2 insertions, 89 deletions
diff --git a/release/doc/en_US.ISO8859-1/installation/Makefile b/release/doc/en_US.ISO8859-1/installation/Makefile
index 0e6b4dc..d9aba77 100644
--- a/release/doc/en_US.ISO8859-1/installation/Makefile
+++ b/release/doc/en_US.ISO8859-1/installation/Makefile
@@ -2,8 +2,7 @@
RELN_ROOT?= ${.CURDIR}/../..
-SUBDIR = alpha
-SUBDIR+= amd64
+SUBDIR= amd64
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= pc98
diff --git a/release/doc/en_US.ISO8859-1/installation/alpha/Makefile b/release/doc/en_US.ISO8859-1/installation/alpha/Makefile
deleted file mode 100644
index 36f855e..0000000
--- a/release/doc/en_US.ISO8859-1/installation/alpha/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-RELN_ROOT?= ${.CURDIR}/../../..
-
-DOC?= article
-FORMATS?= html
-INSTALL_COMPRESSED?= gz
-INSTALL_ONLY_COMPRESSED?=
-
-# SGML content
-SRCS+= article.sgml
-SRCS+= ../common/artheader.sgml
-SRCS+= ../common/abstract.sgml
-SRCS+= ../common/install.sgml
-SRCS+= ../common/layout.sgml
-SRCS+= ../common/trouble.sgml
-SRCS+= ../common/upgrade.sgml
-
-.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
-.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/release/doc/en_US.ISO8859-1/installation/alpha/article.sgml b/release/doc/en_US.ISO8859-1/installation/alpha/article.sgml
deleted file mode 100644
index f6c2a8b..0000000
--- a/release/doc/en_US.ISO8859-1/installation/alpha/article.sgml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- $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/install.ent">
-%sections;
-
-<!-- Architecture-specific customization -->
-
-<!ENTITY arch "alpha">
-<!ENTITY arch.print "Alpha/AXP">
-
-]>
-
-<article>
-&artheader;
-&abstract;
-&sect.install;
-&sect.layout;
-&sect.upgrade;
-&sect.trouble;
-</article>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/Makefile b/release/doc/en_US.ISO8859-1/relnotes/Makefile
index 0e6b4dc..d9aba77 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/Makefile
+++ b/release/doc/en_US.ISO8859-1/relnotes/Makefile
@@ -2,8 +2,7 @@
RELN_ROOT?= ${.CURDIR}/../..
-SUBDIR = alpha
-SUBDIR+= amd64
+SUBDIR= amd64
SUBDIR+= ia64
SUBDIR+= i386
SUBDIR+= pc98
diff --git a/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile b/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile
deleted file mode 100644
index f548b33..0000000
--- a/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-
-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/en_US.ISO8859-1/relnotes/alpha/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml
deleted file mode 100644
index 961662f..0000000
--- a/release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!-- $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 "alpha">
-<!ENTITY arch.print "Alpha/AXP">
-
-]>
-
-<article>
- &art;
-</article>
OpenPOWER on IntegriCloud