diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-11-08 18:36:04 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-11-08 18:36:04 +0000 |
| commit | 7593f63c911eee0a9b9ecfc02b1dc91ccba33c7e (patch) | |
| tree | 79a5ef0c823bc274ab64745b8d10cfc45f08733d | |
| parent | 108a50d2322a26ae1816f9c9513f5e9d1c9519b5 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/Makefile | 1 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/installation/Makefile | 1 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile b/release/doc/en_US.ISO8859-1/hardware/Makefile index 54c45d7f36f8b..6460e00cc1f91 100644 --- a/release/doc/en_US.ISO8859-1/hardware/Makefile +++ b/release/doc/en_US.ISO8859-1/hardware/Makefile @@ -3,6 +3,7 @@ RELN_ROOT?= ${.CURDIR}/../.. SUBDIR = alpha +SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 SUBDIR+= sparc64 diff --git a/release/doc/en_US.ISO8859-1/installation/Makefile b/release/doc/en_US.ISO8859-1/installation/Makefile index 54c45d7f36f8b..6460e00cc1f91 100644 --- a/release/doc/en_US.ISO8859-1/installation/Makefile +++ b/release/doc/en_US.ISO8859-1/installation/Makefile @@ -3,6 +3,7 @@ RELN_ROOT?= ${.CURDIR}/../.. SUBDIR = alpha +SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 SUBDIR+= sparc64 diff --git a/release/doc/en_US.ISO8859-1/relnotes/Makefile b/release/doc/en_US.ISO8859-1/relnotes/Makefile index 54c45d7f36f8b..6460e00cc1f91 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/Makefile +++ b/release/doc/en_US.ISO8859-1/relnotes/Makefile @@ -3,6 +3,7 @@ RELN_ROOT?= ${.CURDIR}/../.. SUBDIR = alpha +SUBDIR+= ia64 SUBDIR+= i386 SUBDIR+= pc98 SUBDIR+= sparc64 |
