Removed concept of distribution level.

This commit is contained in:
Joel Sherrill
1999-07-03 17:13:27 +00:00
parent 462648b93a
commit 28807e79bb
27 changed files with 10 additions and 35 deletions

View File

@@ -7,7 +7,6 @@
# #
PROJECT=FAQ PROJECT=FAQ
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -21,19 +21,19 @@ XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1 GHOSTVIEW=ghostview -magstep -1
# Account for tree organization which restricts visibility # Account for tree organization which restricts visibility
ifeq ($(DISTRIBUTION_LEVEL),public) #ifeq ($(DISTRIBUTION_LEVEL),public)
RLEVEL= RLEVEL=
WWW_INSTALL=$(DOC_INSTALL_BASE)/html WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps PS_INSTALL=$(DOC_INSTALL_BASE)/ps
INDEX_FILE=../$(RLEVEL)index.html INDEX_FILE=../$(RLEVEL)index.html
else #else
RLEVEL=../ #RLEVEL=../
WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL) #WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL) #INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL)
PS_INSTALL=$(DOC_INSTALL_BASE)/ps/$(DISTRIBUTION_LEVEL) #PS_INSTALL=$(DOC_INSTALL_BASE)/ps/$(DISTRIBUTION_LEVEL)
INDEX_FILE=../$(RLEVEL)rtems_full.html #INDEX_FILE=../$(RLEVEL)rtems_full.html
endif #endif
#TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \ #TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
# -header $(WWW_INSTALL)/rtems_header.html \ # -header $(WWW_INSTALL)/rtems_header.html \

View File

@@ -7,7 +7,6 @@
# #
PROJECT=ada_user PROJECT=ada_user
DISTRIBUTION_LEVEL=internal
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=bsp_howto PROJECT=bsp_howto
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=develenv PROJECT=develenv
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -24,7 +24,7 @@
<MENU> <MENU>
<LI><A HREF="started_ada/index.html"> <LI><A HREF="started_ada/index.html">
Getting Started with GNAT/RTEMS</A></LI> 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> RTEMS Applications Ada User's Guide</A></LI>
</MENU> </MENU>
<LI>Miscellaneous Manuals</LI> <LI>Miscellaneous Manuals</LI>
@@ -37,7 +37,7 @@
RTEMS Remote Debugger Server Specifications</A></LI> RTEMS Remote Debugger Server Specifications</A></LI>
<LI><A HREF="bsp_howto/index.html"> <LI><A HREF="bsp_howto/index.html">
RTEMS BSP and Device Driver Development Guide</A></LI> 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> RTEMS POSIX 1003.1 Compliance Guide</A></LI>
</MENU> </MENU>

View File

@@ -7,7 +7,6 @@
# #
PROJECT=networking PROJECT=networking
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=new_chapters PROJECT=new_chapters
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=posix1003_1 PROJECT=posix1003_1
DISTRIBUTION_LEVEL=partners
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=posix_users PROJECT=posix_users
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=relnotes PROJECT=relnotes
DISTRIBUTION_LEVEL=internal
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=rgdb_specs PROJECT=rgdb_specs
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=rtems_gdb PROJECT=rtems_gdb
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=browseable_rtems PROJECT=browseable_rtems
DISTRIBUTION_LEVEL=internal
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=started PROJECT=started
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=started_ada PROJECT=started_ada
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=hppa1_1 PROJECT=hppa1_1
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=i386 PROJECT=i386
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=i960 PROJECT=i960
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=m68k PROJECT=m68k
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=mips64orion PROJECT=mips64orion
DISTRIBUTION_LEVEL=public
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=powerpc PROJECT=powerpc
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=sh PROJECT=sh
DISTRIBUTION_LEVEL=public
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=sparc PROJECT=sparc
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=template PROJECT=template
DISTRIBUTION_LEVEL=support
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=texi2www PROJECT=texi2www
DISTRIBUTION_LEVEL=internal
include ../../Make.config include ../../Make.config

View File

@@ -7,7 +7,6 @@
# #
PROJECT=c_user PROJECT=c_user
DISTRIBUTION_LEVEL=public
include ../Make.config include ../Make.config