summaryrefslogtreecommitdiffstats
path: root/doc/supplements/template/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-19 21:49:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-19 21:49:36 +0000
commit62cd76e5273ec207c28b2b0839296c018107438f (patch)
tree3eee343393fc861bc05da09744aa8cbddc152a84 /doc/supplements/template/Makefile
parentAll of the Supplemental manuals are now generated as automatically (diff)
downloadrtems-62cd76e5273ec207c28b2b0839296c018107438f.tar.bz2
Moved things around so html and clean were above stanzas which generate
chapters.
Diffstat (limited to 'doc/supplements/template/Makefile')
-rw-r--r--doc/supplements/template/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/supplements/template/Makefile b/doc/supplements/template/Makefile
index 0f6200cf30..30aea5e334 100644
--- a/doc/supplements/template/Makefile
+++ b/doc/supplements/template/Makefile
@@ -45,6 +45,22 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
+html: dirs $(FILES)
+ -mkdir -p $(WWW_INSTALL)/c_$(PROJECT)
+ $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
+ $(PROJECT).texi
+
+clean:
+ rm -f *.o $(PROG) *.txt core
+ rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
+ rm -f $(PROJECT) $(PROJECT)-*
+ rm -f c_$(PROJECT) c_$(PROJECT)-*
+ rm -f wksheets.t wksheets_NOTIMES.t
+ rm -f intr.t
+ rm -f timeBSP_.t timing.t
+ rm -f *.fixed _* $(GENERATED_FILES)
+ rm -f timeBSP_.t
+
#
# Chapters which get automatic processing
#
@@ -136,19 +152,3 @@ timeBSP.texi: timeBSP_.t Makefile
-u "Top" \
-n "Command and Variable Index" timeBSP_.t
mv timeBSP_.t timeBSP.texi
-
-html: dirs $(FILES)
- -mkdir -p $(WWW_INSTALL)/c_$(PROJECT)
- $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
- $(PROJECT).texi
-
-clean:
- rm -f *.o $(PROG) *.txt core
- rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
- rm -f $(PROJECT) $(PROJECT)-*
- rm -f c_$(PROJECT) c_$(PROJECT)-*
- rm -f wksheets.t wksheets_NOTIMES.t
- rm -f intr.t
- rm -f timeBSP_.t timing.t
- rm -f *.fixed _* $(GENERATED_FILES)
- rm -f timeBSP_.t