summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ada_user/Makefile5
-rw-r--r--doc/develenv/Makefile5
-rw-r--r--doc/new_chapters/Makefile5
-rw-r--r--doc/posix1003.1/Makefile5
-rw-r--r--doc/posix_users/Makefile5
-rw-r--r--doc/relnotes/Makefile5
-rw-r--r--doc/supplements/hppa1_1/Makefile4
-rw-r--r--doc/supplements/i386/Makefile4
-rw-r--r--doc/supplements/i960/Makefile4
-rw-r--r--doc/supplements/m68k/Makefile4
-rw-r--r--doc/supplements/powerpc/Makefile4
-rw-r--r--doc/supplements/sparc/Makefile4
-rw-r--r--doc/user/Makefile5
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: