summaryrefslogtreecommitdiffstats
path: root/doc/Make.config
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/Make.config
parentChanged System Database routines to implemented. (diff)
downloadrtems-28807e79bb02d84936940408ce5a63336c79df37.tar.bz2
Removed concept of distribution level.
Diffstat (limited to '')
-rw-r--r--doc/Make.config16
1 files changed, 8 insertions, 8 deletions
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 \