summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 13:50:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 13:50:27 +0000
commit196b3c901aa03ed43fda45e7e13b1b072a4f4583 (patch)
tree489077f5cc72e3b878c625585dae57f8935a06ab /doc
parentNew files. (diff)
downloadrtems-196b3c901aa03ed43fda45e7e13b1b072a4f4583.tar.bz2
First cut at complete document under CVS and texinfo.
Diffstat (limited to 'doc')
-rw-r--r--doc/filesystem/Makefile8
-rw-r--r--doc/filesystem/filesystem.texi2
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/filesystem/Makefile b/doc/filesystem/Makefile
index 30e9485c0c..a9af386a68 100644
--- a/doc/filesystem/Makefile
+++ b/doc/filesystem/Makefile
@@ -22,7 +22,8 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES=basefs.texi applayering.texi patheval.texi \
- init.texi mounting.texi lifecycle.texi syscalls.texi
+ init.texi mounting.texi lifecycle.texi imfs.texi \
+ syscalls.texi basefs.texi
FILES= $(PROJECT).texi \
preface.texi $(GENERATED_FILES)
@@ -82,6 +83,11 @@ lifecycle.texi: lifecycle.t Makefile
-u "Top" \
-n "" ${*}.t
+imfs.texi: imfs.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
syscalls.texi: syscalls.t Makefile
$(BMENU) -p "" \
-u "Top" \
diff --git a/doc/filesystem/filesystem.texi b/doc/filesystem/filesystem.texi
index 6cec017052..59576bb804 100644
--- a/doc/filesystem/filesystem.texi
+++ b/doc/filesystem/filesystem.texi
@@ -69,6 +69,7 @@ END-INFO-DIR-ENTRY
@include init.texi
@include mounting.texi
@include lifecycle.texi
+@include imfs.texi
@include syscalls.texi
@ifinfo
@node Top, Preface, (dir), (dir)
@@ -84,6 +85,7 @@ This is the online version of the RTEMS Filesystem Design Guide.
* System Initialization::
* Mounting and Unmounting File Systems::
* File System Lifecycle::
+* In-Memory File System::
* System Call Development Notes::
* Command and Variable Index::
* Concept Index::