summaryrefslogtreecommitdiffstats
path: root/doc/supplements/hppa1_1
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/hppa1_1
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/hppa1_1')
-rw-r--r--doc/supplements/hppa1_1/Makefile31
1 files changed, 15 insertions, 16 deletions
diff --git a/doc/supplements/hppa1_1/Makefile b/doc/supplements/hppa1_1/Makefile
index e354eb85fd..8714087ac0 100644
--- a/doc/supplements/hppa1_1/Makefile
+++ b/doc/supplements/hppa1_1/Makefile
@@ -44,6 +44,21 @@ $(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_hppa1_1 c_hppa1_1-*
+ rm -f intr.t
+ rm -f timing.t timing.texi
+ rm -f wksheets.t wksheets_NOTIMES.t $(GENERATED_FILES)
+ rm -f *.fixed _*
+
#
# Chapters which get automatic processing
#
@@ -130,19 +145,3 @@ timeSIMHPPA.texi: timeSIMHPPA.t Makefile
$(BMENU) -p "Timing Specification Terminology" \
-u "Top" \
-n "Command and Variable Index" ${*}.t
-
-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_hppa1_1 c_hppa1_1-*
- rm -f intr.t
- rm -f timing.t timing.texi
- rm -f wksheets.t wksheets_NOTIMES.t $(GENERATED_FILES)
- rm -f *.fixed _*
-