summaryrefslogtreecommitdiffstats
path: root/doc/supplements/powerpc
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/powerpc
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/powerpc')
-rw-r--r--doc/supplements/powerpc/Makefile33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/supplements/powerpc/Makefile b/doc/supplements/powerpc/Makefile
index 88836739a1..9ad8ce7626 100644
--- a/doc/supplements/powerpc/Makefile
+++ b/doc/supplements/powerpc/Makefile
@@ -46,6 +46,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 intr.t $(GENERATED_FILES)
+ rm -f wksheets.t wksheets_NOTIMES.t timing.t
+ rm -f timePSIM_.t timePSIM_.texi
+ rm -f timeDMV177_.t timeDMV177_.texi
+ rm -f *.fixed _*
+
#
# Chapters which get automatic processing
#
@@ -160,20 +176,3 @@ timeDMV177.texi: timeDMV177_.t Makefile
-u "Top" \
-n "Command and Variable Index" timeDMV177_.t
mv timeDMV177_.texi timeDMV177.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 intr.t $(GENERATED_FILES)
- rm -f wksheets.t wksheets_NOTIMES.t timing.t
- rm -f timePSIM_.t timePSIM_.texi
- rm -f timeDMV177_.t timeDMV177_.texi
- rm -f *.fixed _*
-