summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-03 17:13:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-03 17:13:27 +0000
commit28807e79bb02d84936940408ce5a63336c79df37 (patch)
tree8ce3eb826c05cd40cfd41e290f394f270475efe5 /doc
parentChanged System Database routines to implemented. (diff)
downloadrtems-28807e79bb02d84936940408ce5a63336c79df37.tar.bz2
Removed concept of distribution level.
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ/Makefile1
-rw-r--r--doc/Make.config16
-rw-r--r--doc/ada_user/Makefile1
-rw-r--r--doc/bsp_howto/Makefile1
-rw-r--r--doc/develenv/Makefile1
-rw-r--r--doc/index.html4
-rw-r--r--doc/networking/Makefile1
-rw-r--r--doc/new_chapters/Makefile1
-rw-r--r--doc/posix1003.1/Makefile1
-rw-r--r--doc/posix_users/Makefile1
-rw-r--r--doc/relnotes/Makefile1
-rw-r--r--doc/rgdb_specs/Makefile1
-rw-r--r--doc/rtems_gdb/Makefile1
-rw-r--r--doc/src2html/Makefile1
-rw-r--r--doc/started/Makefile1
-rw-r--r--doc/started_ada/Makefile1
-rw-r--r--doc/supplements/hppa1_1/Makefile1
-rw-r--r--doc/supplements/i386/Makefile1
-rw-r--r--doc/supplements/i960/Makefile1
-rw-r--r--doc/supplements/m68k/Makefile1
-rw-r--r--doc/supplements/mips64orion/Makefile1
-rw-r--r--doc/supplements/powerpc/Makefile1
-rw-r--r--doc/supplements/sh/Makefile1
-rw-r--r--doc/supplements/sparc/Makefile1
-rw-r--r--doc/supplements/template/Makefile1
-rw-r--r--doc/tools/texi2www/Makefile1
-rw-r--r--doc/user/Makefile1
27 files changed, 10 insertions, 35 deletions
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index acd47d5f6f..db9e772d70 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=FAQ
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/Make.config b/doc/Make.config
index 3f27dc60e1..0e0e9e433d 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -21,19 +21,19 @@ XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1
# Account for tree organization which restricts visibility
-ifeq ($(DISTRIBUTION_LEVEL),public)
+#ifeq ($(DISTRIBUTION_LEVEL),public)
RLEVEL=
WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps
INDEX_FILE=../$(RLEVEL)index.html
-else
-RLEVEL=../
-WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
-INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL)
-PS_INSTALL=$(DOC_INSTALL_BASE)/ps/$(DISTRIBUTION_LEVEL)
-INDEX_FILE=../$(RLEVEL)rtems_full.html
-endif
+#else
+#RLEVEL=../
+#WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
+#INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL)
+#PS_INSTALL=$(DOC_INSTALL_BASE)/ps/$(DISTRIBUTION_LEVEL)
+#INDEX_FILE=../$(RLEVEL)rtems_full.html
+#endif
#TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
# -header $(WWW_INSTALL)/rtems_header.html \
diff --git a/doc/ada_user/Makefile b/doc/ada_user/Makefile
index e2d6d39122..be8ead75ec 100644
--- a/doc/ada_user/Makefile
+++ b/doc/ada_user/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=ada_user
-DISTRIBUTION_LEVEL=internal
include ../Make.config
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index a6667d2e67..3337a131b2 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=bsp_howto
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/develenv/Makefile b/doc/develenv/Makefile
index c93c8da2d7..145436f778 100644
--- a/doc/develenv/Makefile
+++ b/doc/develenv/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=develenv
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/index.html b/doc/index.html
index a2de01ee7b..2917bbe998 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,7 +24,7 @@
<MENU>
<LI><A HREF="started_ada/index.html">
Getting Started with GNAT/RTEMS</A></LI>
- <LI><A HREF="internal/ada_user/index.html">
+ <LI><A HREF="ada_user/index.html">
RTEMS Applications Ada User's Guide</A></LI>
</MENU>
<LI>Miscellaneous Manuals</LI>
@@ -37,7 +37,7 @@
RTEMS Remote Debugger Server Specifications</A></LI>
<LI><A HREF="bsp_howto/index.html">
RTEMS BSP and Device Driver Development Guide</A></LI>
- <LI><A HREF="partners/posix1003_1/index.html">
+ <LI><A HREF="posix1003_1/index.html">
RTEMS POSIX 1003.1 Compliance Guide</A></LI>
</MENU>
diff --git a/doc/networking/Makefile b/doc/networking/Makefile
index e05074bbfb..c3e703c3d9 100644
--- a/doc/networking/Makefile
+++ b/doc/networking/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=networking
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile
index 1cacca03e2..eea5a0ff5c 100644
--- a/doc/new_chapters/Makefile
+++ b/doc/new_chapters/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=new_chapters
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile
index ca16406029..52f04fdc71 100644
--- a/doc/posix1003.1/Makefile
+++ b/doc/posix1003.1/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=posix1003_1
-DISTRIBUTION_LEVEL=partners
include ../Make.config
diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile
index 8c12928829..851bf4dbf4 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=posix_users
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/relnotes/Makefile b/doc/relnotes/Makefile
index ac1d9db641..07d20aa263 100644
--- a/doc/relnotes/Makefile
+++ b/doc/relnotes/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=relnotes
-DISTRIBUTION_LEVEL=internal
include ../Make.config
diff --git a/doc/rgdb_specs/Makefile b/doc/rgdb_specs/Makefile
index 941f557009..537ace2d98 100644
--- a/doc/rgdb_specs/Makefile
+++ b/doc/rgdb_specs/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=rgdb_specs
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/rtems_gdb/Makefile b/doc/rtems_gdb/Makefile
index 60d2863406..b51f91af84 100644
--- a/doc/rtems_gdb/Makefile
+++ b/doc/rtems_gdb/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=rtems_gdb
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/src2html/Makefile b/doc/src2html/Makefile
index 25bb78f07f..934b8fbbe2 100644
--- a/doc/src2html/Makefile
+++ b/doc/src2html/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=browseable_rtems
-DISTRIBUTION_LEVEL=internal
include ../Make.config
diff --git a/doc/started/Makefile b/doc/started/Makefile
index 7c21a75a5f..c4051a2414 100644
--- a/doc/started/Makefile
+++ b/doc/started/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=started
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/started_ada/Makefile b/doc/started_ada/Makefile
index 5df0ae5ab8..c90c5f90eb 100644
--- a/doc/started_ada/Makefile
+++ b/doc/started_ada/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=started_ada
-DISTRIBUTION_LEVEL=public
include ../Make.config
diff --git a/doc/supplements/hppa1_1/Makefile b/doc/supplements/hppa1_1/Makefile
index 8714087ac0..fbafa035a3 100644
--- a/doc/supplements/hppa1_1/Makefile
+++ b/doc/supplements/hppa1_1/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=hppa1_1
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/i386/Makefile b/doc/supplements/i386/Makefile
index b4e15003b9..b737c9712f 100644
--- a/doc/supplements/i386/Makefile
+++ b/doc/supplements/i386/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=i386
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/i960/Makefile b/doc/supplements/i960/Makefile
index 37dd8b5327..4fbc3fb52e 100644
--- a/doc/supplements/i960/Makefile
+++ b/doc/supplements/i960/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=i960
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/m68k/Makefile b/doc/supplements/m68k/Makefile
index 9751428c7a..e9d5f3b558 100644
--- a/doc/supplements/m68k/Makefile
+++ b/doc/supplements/m68k/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=m68k
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/mips64orion/Makefile b/doc/supplements/mips64orion/Makefile
index ba6e8f7d31..8dfe9b325b 100644
--- a/doc/supplements/mips64orion/Makefile
+++ b/doc/supplements/mips64orion/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=mips64orion
-DISTRIBUTION_LEVEL=public
include ../../Make.config
diff --git a/doc/supplements/powerpc/Makefile b/doc/supplements/powerpc/Makefile
index 9ad8ce7626..6a321cfd53 100644
--- a/doc/supplements/powerpc/Makefile
+++ b/doc/supplements/powerpc/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=powerpc
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/sh/Makefile b/doc/supplements/sh/Makefile
index f16827b85a..2be74b0ed2 100644
--- a/doc/supplements/sh/Makefile
+++ b/doc/supplements/sh/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=sh
-DISTRIBUTION_LEVEL=public
include ../../Make.config
diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile
index 1e6c486747..1a7737f06f 100644
--- a/doc/supplements/sparc/Makefile
+++ b/doc/supplements/sparc/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=sparc
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/supplements/template/Makefile b/doc/supplements/template/Makefile
index 30aea5e334..67157d83d0 100644
--- a/doc/supplements/template/Makefile
+++ b/doc/supplements/template/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=template
-DISTRIBUTION_LEVEL=support
include ../../Make.config
diff --git a/doc/tools/texi2www/Makefile b/doc/tools/texi2www/Makefile
index c66db06399..4bfae2f95e 100644
--- a/doc/tools/texi2www/Makefile
+++ b/doc/tools/texi2www/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=texi2www
-DISTRIBUTION_LEVEL=internal
include ../../Make.config
diff --git a/doc/user/Makefile b/doc/user/Makefile
index 806699f28c..289e125a23 100644
--- a/doc/user/Makefile
+++ b/doc/user/Makefile
@@ -7,7 +7,6 @@
#
PROJECT=c_user
-DISTRIBUTION_LEVEL=public
include ../Make.config