summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/hardware/Makefile
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2007-02-16 02:20:11 +0000
committerbmah <bmah@FreeBSD.org>2007-02-16 02:20:11 +0000
commit63b1f5e4453bbaebb7c4b654b6f90e35c9bb392d (patch)
tree1531ca35ced94ccd79421c8d054b382d7a1e226a /release/doc/en_US.ISO8859-1/hardware/Makefile
parent1d11921f2976256828f5a0d56b503097523039ef (diff)
downloadFreeBSD-src-63b1f5e4453bbaebb7c4b654b6f90e35c9bb392d.zip
FreeBSD-src-63b1f5e4453bbaebb7c4b654b6f90e35c9bb392d.tar.gz
Switch to unified MI hardware notes. The hardware notes are
now contained entirely in a single DocBook article, which has information pertinent to all architectures. This will improve the maintainability of the hardware notes going forward by reducing complexity of the build process, improving the visibiilty of the architecture-specific text, and removing the need to generate an extra version of the document for every architecture. Remove all of the MD hardware notes stuff; all relevant content has been folded into hardware/article.sgml. No objections from: freebsd-doc@
Diffstat (limited to 'release/doc/en_US.ISO8859-1/hardware/Makefile')
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/Makefile29
1 files changed, 23 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile b/release/doc/en_US.ISO8859-1/hardware/Makefile
index 9a12f73..099e618 100644
--- a/release/doc/en_US.ISO8859-1/hardware/Makefile
+++ b/release/doc/en_US.ISO8859-1/hardware/Makefile
@@ -2,12 +2,29 @@
RELN_ROOT?= ${.CURDIR}/../..
-SUBDIR= amd64
-SUBDIR+= ia64
-SUBDIR+= i386
-SUBDIR+= pc98
-SUBDIR+= powerpc
-SUBDIR+= sparc64
+.ifdef NO_LANGCODE_IN_DESTDIR
+DESTDIR?= ${DOCDIR}/relnotes
+.else
+DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
+.endif
+
+DOC?= article
+FORMATS?= html
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+JADEFLAGS+= -V %generate-article-toc%
+
+# SGML content
+SRCS+= article.sgml
+SRCS+= ${DEV-AUTODIR}/catalog-auto
+SRCS+= ${DEV-AUTODIR}/dev-auto.sgml
+
+CATALOGS+= -c ${DEV-AUTODIR}/catalog-auto
+
+URL_RELPREFIX?= ../../../..
+
+HWNOTES_MI= 1
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
OpenPOWER on IntegriCloud