From df34457bd77d7ea0f93743bc057b3cd3ab492cd4 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Fri, 6 Aug 2004 08:41:22 +0000 Subject: [PATCH] Hook up the Hardware Notes to the build again, now that the doc build script has been updated. --- release/doc/Makefile | 2 +- release/doc/en_US.ISO8859-1/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/doc/Makefile b/release/doc/Makefile index 40581090f3a..51076c21309 100644 --- a/release/doc/Makefile +++ b/release/doc/Makefile @@ -3,7 +3,7 @@ # The user can override the default language to build and install # with the RELNOTES_LANG variable. # -#SUBDIR = share/sgml +SUBDIR = share/sgml .if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG) SUBDIR+= ${RELNOTES_LANG} .else diff --git a/release/doc/en_US.ISO8859-1/Makefile b/release/doc/en_US.ISO8859-1/Makefile index 49f720a47d3..ae6ed85203c 100644 --- a/release/doc/en_US.ISO8859-1/Makefile +++ b/release/doc/en_US.ISO8859-1/Makefile @@ -3,7 +3,7 @@ RELN_ROOT?= ${.CURDIR}/.. SUBDIR = relnotes -#SUBDIR+= hardware +SUBDIR+= hardware SUBDIR+= readme SUBDIR+= errata SUBDIR+= installation