summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 21:19:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 21:19:27 +0000
commit286f01a475155fb991149780a5641070bfd34ab2 (patch)
treef2104f1492d48f276b0a0b5945e6e287eea8a81a /doc
parentCleaned up bad line wrap which was only a long sequence of ??? (diff)
downloadrtems-286f01a475155fb991149780a5641070bfd34ab2.tar.bz2
Removed bspstruct.t.
Commented lines which installed files.
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index 4bb613362c..6895b7c3cf 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -19,7 +19,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= clock.texi console.texi init.texi intro.texi \
- linkcmds.texi bspstruct.texi makefiles.texi target.texi timer.texi
+ linkcmds.texi makefiles.texi target.texi timer.texi
FILES= $(PROJECT).texi $(GENERATED_FILES)
@@ -27,7 +27,7 @@ INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
info: dirs $(PROJECT)
#cp $(wildcard $(PROJECT) $(PROJECT)-*) $(INFO_INSTALL)
- cp $(PROJECT) $(INFO_INSTALL)
+ # cp $(PROJECT) $(INFO_INSTALL)
$(PROJECT): $(FILES)
$(MAKEINFO) $(PROJECT).texi
@@ -37,7 +37,7 @@ ps: dirs $(PROJECT).ps
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
- cp $(PROJECT).ps $(PS_INSTALL)
+ # cp $(PROJECT).ps $(PS_INSTALL)
# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
@@ -54,11 +54,6 @@ target.texi: target.t Makefile
-u "Top" \
-n "" ${*}.t
-bspstruct.texi: bspstruct.t Makefile
- $(BMENU) -p "" \
- -u "Top" \
- -n "" ${*}.t
-
makefiles.texi: makefiles.t Makefile
$(BMENU) -p "" \
-u "Top" \
@@ -90,9 +85,10 @@ timer.texi: timer.t Makefile
-n "" ${*}.t
html: dirs $(FILES)
- -mkdir -p $(WWW_INSTALL)/$(PROJECT)
- $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
- $(PROJECT).texi
+ @echo NOT BUILDING HTML
+ #-mkdir -p $(WWW_INSTALL)/$(PROJECT)
+ #$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
+ # $(PROJECT).texi
clean:
rm -f *.o $(PROG) *.txt core