summaryrefslogtreecommitdiffstats
path: root/doc/filesystem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/filesystem/Makefile')
-rw-r--r--doc/filesystem/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/filesystem/Makefile b/doc/filesystem/Makefile
index e227d8fd55..0e5d71c27a 100644
--- a/doc/filesystem/Makefile
+++ b/doc/filesystem/Makefile
@@ -22,8 +22,8 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES=patheval.texi \
- init.texi mounting.texi fsrequirements.texi imfs.texi \
- syscalls.texi
+ init.texi mounting.texi syscalls.texi fsrequirements.texi imfs.texi \
+ miniimfs.texi tftp.texi
FILES= $(PROJECT).texi \
preface.texi $(GENERATED_FILES)
@@ -68,6 +68,11 @@ mounting.texi: mounting.t Makefile
-u "Top" \
-n "" ${*}.t
+syscalls.texi: syscalls.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
fsrequirements.texi: fsrequirements.t Makefile
$(BMENU) -p "" \
-u "Top" \
@@ -78,7 +83,12 @@ imfs.texi: imfs.t Makefile
-u "Top" \
-n "" ${*}.t
-syscalls.texi: syscalls.t Makefile
+miniimfs.texi: miniimfs.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+tftp.texi: tftp.t Makefile
$(BMENU) -p "" \
-u "Top" \
-n "" ${*}.t