summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 15:50:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 15:50:33 +0000
commit4104db2dd93b1c2ccee48492b7b53c85953de1b7 (patch)
tree754852a48d82645b1613cb030e9532d4bd0d4a0a /doc
parentMaking the stanza right and improving the way the isntall directories are built (diff)
downloadrtems-4104db2dd93b1c2ccee48492b7b53c85953de1b7.tar.bz2
Taking care of minor build problems
Diffstat (limited to 'doc')
-rw-r--r--doc/Make.config2
-rw-r--r--doc/Makefile1
-rw-r--r--doc/supplements/hppa1_1/Makefile2
-rw-r--r--doc/supplements/sparc/Makefile6
4 files changed, 5 insertions, 6 deletions
diff --git a/doc/Make.config b/doc/Make.config
index aabcaded81..96c4753fc3 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -26,7 +26,7 @@ WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps
else
-RLEVEL=..
+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)
diff --git a/doc/Makefile b/doc/Makefile
index 09072f1792..3e6a8bd8f2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,6 +13,7 @@ all: env info html ps
env: tools dirs headers
dirs:
+ $(make-dirs)
headers:
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
diff --git a/doc/supplements/hppa1_1/Makefile b/doc/supplements/hppa1_1/Makefile
index a5daeb9190..a428d43b96 100644
--- a/doc/supplements/hppa1_1/Makefile
+++ b/doc/supplements/hppa1_1/Makefile
@@ -69,7 +69,7 @@ wksheets.texi: wksheets.t TIMES
mv wksheets.t.fixed wksheets.texi
html: dirs $(FILES)
- -mkdir -p $(WWW_INSTALL)/c_hppa1_1
+ -mkdir -p $(WWW_INSTALL)/c_$(PROJECT)
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
$(PROJECT).texi
diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile
index 2030ff426f..ae6ca8a69b 100644
--- a/doc/supplements/sparc/Makefile
+++ b/doc/supplements/sparc/Makefile
@@ -25,9 +25,6 @@ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi
-dirs:
- $(make-dirs)
-
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
info: dirs c_sparc
@@ -73,7 +70,8 @@ wksheets.texi: wksheets.t SIS_TIMES
${REPLACE} -p SIS_TIMES wksheets.t
mv wksheets.t.fixed wksheets.texi
-html: dirs dirs $(FILES)
+html: dirs $(FILES)
+ -mkdir -p $(WWW_INSTALL)/c_$(PROJECT)
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
$(PROJECT).texi