From 196b3c901aa03ed43fda45e7e13b1b072a4f4583 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 13:50:27 +0000 Subject: First cut at complete document under CVS and texinfo. --- doc/filesystem/Makefile | 8 +++++++- doc/filesystem/filesystem.texi | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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:: -- cgit v1.2.3