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
DISTRIBUTION_LEVEL=public
include ../Make.config

View File

@@ -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 \

View File

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

View File

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

View File

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

View File

@@ -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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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