From 3754660c97aa79ac7cde2f11e1f5c41e87224983 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Mar 1998 14:27:11 +0000 Subject: Added distribution level to each manual --- doc/ada_user/Makefile | 5 +++-- doc/develenv/Makefile | 5 +++-- doc/new_chapters/Makefile | 5 +++-- doc/posix1003.1/Makefile | 5 +++-- doc/posix_users/Makefile | 5 +++-- doc/relnotes/Makefile | 5 +++-- doc/supplements/hppa1_1/Makefile | 4 +++- doc/supplements/i386/Makefile | 4 +++- doc/supplements/i960/Makefile | 4 +++- doc/supplements/m68k/Makefile | 4 +++- doc/supplements/powerpc/Makefile | 4 +++- doc/supplements/sparc/Makefile | 4 +++- doc/user/Makefile | 5 +++-- 13 files changed, 39 insertions(+), 20 deletions(-) diff --git a/doc/ada_user/Makefile b/doc/ada_user/Makefile index 41909eb47b..4d19eb5204 100644 --- a/doc/ada_user/Makefile +++ b/doc/ada_user/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=ada_user +DISTRIBUTION_LEVEL=internal + +include ../Make.config all: diff --git a/doc/develenv/Makefile b/doc/develenv/Makefile index 7e3b10e462..eee6ff632d 100644 --- a/doc/develenv/Makefile +++ b/doc/develenv/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=develenv +DISTRIBUTION_LEVEL=public + +include ../Make.config all: diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile index 0364894488..90ccad765d 100644 --- a/doc/new_chapters/Makefile +++ b/doc/new_chapters/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=posix_users +DISTRIBUTION_LEVEL=public + +include ../Make.config all: diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile index 7ece7b911f..7f1808cb59 100644 --- a/doc/posix1003.1/Makefile +++ b/doc/posix1003.1/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=posix1003_1 +DISTRIBUTION_LEVEL=partners + +include ../Make.config all: diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile index 0364894488..90ccad765d 100644 --- a/doc/posix_users/Makefile +++ b/doc/posix_users/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=posix_users +DISTRIBUTION_LEVEL=public + +include ../Make.config all: diff --git a/doc/relnotes/Makefile b/doc/relnotes/Makefile index ddcb463e6e..284109e28e 100644 --- a/doc/relnotes/Makefile +++ b/doc/relnotes/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=relnotes +DISTRIBUTION_LEVEL=internal + +include ../Make.config all: diff --git a/doc/supplements/hppa1_1/Makefile b/doc/supplements/hppa1_1/Makefile index 04a391f0c4..6da4324ee2 100644 --- a/doc/supplements/hppa1_1/Makefile +++ b/doc/supplements/hppa1_1/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=hppa1_1 +DISTRIBUTION_LEVEL=support + include ../Make.config -PROJECT=hppa1_1 REPLACE=../tools/word-replace all: diff --git a/doc/supplements/i386/Makefile b/doc/supplements/i386/Makefile index c1e3f6c9b2..e49b4a3bab 100644 --- a/doc/supplements/i386/Makefile +++ b/doc/supplements/i386/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=i386 +DISTRIBUTION_LEVEL=support + include ../Make.config -PROJECT=i386 REPLACE=../tools/word-replace all: diff --git a/doc/supplements/i960/Makefile b/doc/supplements/i960/Makefile index 48d8e0f1bd..8091351961 100644 --- a/doc/supplements/i960/Makefile +++ b/doc/supplements/i960/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=i960 +DISTRIBUTION_LEVEL=support + include ../Make.config -PROJECT=i960 REPLACE=../tools/word-replace all: diff --git a/doc/supplements/m68k/Makefile b/doc/supplements/m68k/Makefile index 1884a5ac3c..c0e7bc5dee 100644 --- a/doc/supplements/m68k/Makefile +++ b/doc/supplements/m68k/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=m68k +DISTRIBUTION_LEVEL=support + include ../Make.config -PROJECT=m68k REPLACE=../tools/word-replace all: diff --git a/doc/supplements/powerpc/Makefile b/doc/supplements/powerpc/Makefile index a5f4ae0614..5900352f46 100644 --- a/doc/supplements/powerpc/Makefile +++ b/doc/supplements/powerpc/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=powerpc +DISTRIBUTION_LEVEL=internal + include ../Make.config -PROJECT=powerpc REPLACE=../tools/word-replace all: diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile index 172fc1c164..2a84d95922 100644 --- a/doc/supplements/sparc/Makefile +++ b/doc/supplements/sparc/Makefile @@ -6,9 +6,11 @@ # $Id$ # +PROJECT=sparc +DISTRIBUTION_LEVEL=support + include ../Make.config -PROJECT=sparc REPLACE=../tools/word-replace all: diff --git a/doc/user/Makefile b/doc/user/Makefile index 625e77be64..3556e3574c 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -6,9 +6,10 @@ # $Id$ # -include ../Make.config - PROJECT=c_user +DISTRIBUTION_LEVEL=support + +include ../Make.config all: -- cgit v1.2.3