aboutsummaryrefslogtreecommitdiff
path: root/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-10-29 05:08:52 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-10-29 05:08:52 +0000
commitce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0 (patch)
treed1fdecf015d0ebc634e665bdb25f6ce04837374b /release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
parentcd85e2620da4a2744a074d36394663d3d5209f04 (diff)
downloadsrc-ce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0.tar.gz
src-ce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0.zip
Add infrastructure for an ia64 hardware list. It's a long way from
being usable at this point, so it's not even hooked up to the rest of the RELNOTESng build; however it will be helpful for testing the content as it approaches reality.
Notes
Notes: svn path=/head/; revision=85668
Diffstat (limited to 'release/doc/en_US.ISO8859-1/hardware/ia64/Makefile')
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/ia64/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile b/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
new file mode 100644
index 000000000000..82d49f028602
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
@@ -0,0 +1,21 @@
+# $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+= proc-ia64.sgml
+SRCS+= ../common/hw.ent
+SRCS+= ../common/artheader.sgml
+SRCS+= ../common/dev.sgml
+SRCS+= ../common/config.sgml
+
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"