From 286f01a475155fb991149780a5641070bfd34ab2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Oct 1998 21:19:27 +0000 Subject: Removed bspstruct.t. Commented lines which installed files. --- doc/bsp_howto/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'doc/bsp_howto') 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 -- cgit v1.2.3