forked from Imagelibrary/rtems
Added new chapters.
This commit is contained in:
@@ -18,8 +18,10 @@ dirs:
|
|||||||
|
|
||||||
COMMON_FILES=../common/cpright.texi ../common/setup.texi
|
COMMON_FILES=../common/cpright.texi ../common/setup.texi
|
||||||
|
|
||||||
GENERATED_FILES= clock.texi console.texi init.texi intro.texi \
|
GENERATED_FILES= \
|
||||||
linkcmds.texi makefiles.texi target.texi timer.texi
|
intro.texi target.texi makefiles.texi linkcmds.texi support.texi \
|
||||||
|
init.texi console.texi clock.texi timer.texi rtc.texi nvmem.texi \
|
||||||
|
network.texi shmsupp.texi analog.texi discrete.texi
|
||||||
|
|
||||||
FILES=$(PROJECT).texi $(GENERATED_FILES)
|
FILES=$(PROJECT).texi $(GENERATED_FILES)
|
||||||
|
|
||||||
@@ -44,6 +46,22 @@ $(PROJECT).dvi: $(FILES)
|
|||||||
$(TEXI2DVI) -v $(PROJECT).texi
|
$(TEXI2DVI) -v $(PROJECT).texi
|
||||||
texi2dvi -v $(PROJECT).texi
|
texi2dvi -v $(PROJECT).texi
|
||||||
|
|
||||||
|
html: dirs $(FILES)
|
||||||
|
@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
|
||||||
|
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
|
||||||
|
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
|
||||||
|
rm -f *.fixed _*
|
||||||
|
|
||||||
|
#
|
||||||
|
# Process Automatically Generated Files
|
||||||
|
#
|
||||||
|
|
||||||
intro.texi: intro.t Makefile
|
intro.texi: intro.t Makefile
|
||||||
$(BMENU) -p "" \
|
$(BMENU) -p "" \
|
||||||
-u "Top" \
|
-u "Top" \
|
||||||
@@ -64,12 +82,12 @@ linkcmds.texi: linkcmds.t Makefile
|
|||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
|
|
||||||
init.texi: init.t Makefile
|
support.texi: support.t Makefile
|
||||||
$(BMENU) -p "" \
|
$(BMENU) -p "" \
|
||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
|
|
||||||
clock.texi: clock.t Makefile
|
init.texi: init.t Makefile
|
||||||
$(BMENU) -p "" \
|
$(BMENU) -p "" \
|
||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
@@ -79,20 +97,42 @@ console.texi: console.t Makefile
|
|||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
|
|
||||||
|
clock.texi: clock.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|
||||||
timer.texi: timer.t Makefile
|
timer.texi: timer.t Makefile
|
||||||
$(BMENU) -p "" \
|
$(BMENU) -p "" \
|
||||||
-u "Top" \
|
-u "Top" \
|
||||||
-n "" ${*}.t
|
-n "" ${*}.t
|
||||||
|
|
||||||
html: dirs $(FILES)
|
rtc.texi: rtc.t Makefile
|
||||||
@echo NOT BUILDING HTML
|
$(BMENU) -p "" \
|
||||||
#-mkdir -p $(WWW_INSTALL)/$(PROJECT)
|
-u "Top" \
|
||||||
#$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
|
-n "" ${*}.t
|
||||||
# $(PROJECT).texi
|
|
||||||
|
|
||||||
clean:
|
nvmem.texi: nvmem.t Makefile
|
||||||
rm -f *.o $(PROG) *.txt core
|
$(BMENU) -p "" \
|
||||||
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
|
-u "Top" \
|
||||||
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
|
-n "" ${*}.t
|
||||||
rm -f *.fixed _*
|
|
||||||
|
|
||||||
|
network.texi: network.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|
||||||
|
shmsupp.texi: shmsupp.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|
||||||
|
analog.texi: analog.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|
||||||
|
discrete.texi: discrete.t Makefile
|
||||||
|
$(BMENU) -p "" \
|
||||||
|
-u "Top" \
|
||||||
|
-n "" ${*}.t
|
||||||
|
|||||||
Reference in New Issue
Block a user