From 3fba5fc2fe8f962734ee365131f75a8657f82340 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Sat, 27 Oct 2001 02:41:29 +0000 Subject: [PATCH] Turn on table-of-contents generation for the release notes and hardware notes. Requested by: many --- release/doc/en_US.ISO8859-1/hardware/alpha/Makefile | 2 ++ release/doc/en_US.ISO8859-1/hardware/i386/Makefile | 2 ++ release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile | 2 ++ release/doc/en_US.ISO8859-1/relnotes/i386/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/hardware/alpha/Makefile b/release/doc/en_US.ISO8859-1/hardware/alpha/Makefile index 69e9a3c3dd20..2da55a64bd4a 100644 --- a/release/doc/en_US.ISO8859-1/hardware/alpha/Makefile +++ b/release/doc/en_US.ISO8859-1/hardware/alpha/Makefile @@ -7,6 +7,8 @@ FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +JADEFLAGS+= -V %generate-article-toc% + # SGML content SRCS+= article.sgml SRCS+= proc-alpha.sgml diff --git a/release/doc/en_US.ISO8859-1/hardware/i386/Makefile b/release/doc/en_US.ISO8859-1/hardware/i386/Makefile index 7e02d19f7e5f..20ba4b7e10c9 100644 --- a/release/doc/en_US.ISO8859-1/hardware/i386/Makefile +++ b/release/doc/en_US.ISO8859-1/hardware/i386/Makefile @@ -7,6 +7,8 @@ FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +JADEFLAGS+= -V %generate-article-toc% + # SGML content SRCS+= article.sgml SRCS+= proc-i386.sgml diff --git a/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile b/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile index 99756df3a352..f548b33ede17 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile +++ b/release/doc/en_US.ISO8859-1/relnotes/alpha/Makefile @@ -7,6 +7,8 @@ FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +JADEFLAGS+= -V %generate-article-toc% + # SGML content SRCS+= article.sgml SRCS+= ../common/relnotes.ent diff --git a/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile b/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile index 99756df3a352..f548b33ede17 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile +++ b/release/doc/en_US.ISO8859-1/relnotes/i386/Makefile @@ -7,6 +7,8 @@ FORMATS?= html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +JADEFLAGS+= -V %generate-article-toc% + # SGML content SRCS+= article.sgml SRCS+= ../common/relnotes.ent