summaryrefslogtreecommitdiffstats
path: root/doc/supplements/template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/template/Makefile')
-rw-r--r--doc/supplements/template/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/supplements/template/Makefile b/doc/supplements/template/Makefile
index 2dd8fa39d6..351d316327 100644
--- a/doc/supplements/template/Makefile
+++ b/doc/supplements/template/Makefile
@@ -25,10 +25,9 @@ FILES= $(PROJECT).texi preface.texi \
$(COMMON_FILES) $(GENERATED_FILES)
GENERATED_FILES=\
cpumodel.texi callconv.texi memmodel.texi intr.texi fatalerr.texi \
- bsp.texi
+ bsp.texi cputable.texi
-# bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
-# intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi
+# timetbl.texi timedata.texi wksheets.texi
info: dirs c_$(PROJECT)
@echo NEED TO INSTALL THE INFO FILES
@@ -48,6 +47,9 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
+#
+# Chapters which get automatic processing
+#
cpumodel.texi: cpumodel.t Makefile
$(BMENU) -p "Preface" \
-u "Top" \
@@ -82,7 +84,11 @@ bsp.texi: bsp.t Makefile
-u "Top" \
-n "" ${*}.t
-intr.texi: intr.t Makefile
+cputable.texi: cputable.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
replace: timedata.texi
timetbl.t: ../../common/timetbl.t