From 4d77134923d1b9b4fcea016fc2f1f700823c42db Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Oct 1999 18:26:28 +0000 Subject: Added initial version of 3 other chapters. --- doc/filesystem/Makefile | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'doc/filesystem/Makefile') diff --git a/doc/filesystem/Makefile b/doc/filesystem/Makefile index c2dfb0ce3a..4f112b1609 100644 --- a/doc/filesystem/Makefile +++ b/doc/filesystem/Makefile @@ -21,7 +21,8 @@ dirs: COMMON_FILES=../common/cpright.texi ../common/setup.texi -GENERATED_FILES=basefs.texi applayering.texi +GENERATED_FILES=basefs.texi applayering.texi patheval.texi \ + init.texi mounting.texi FILES= $(PROJECT).texi \ preface.texi $(GENERATED_FILES) @@ -61,6 +62,21 @@ applayering.texi: applayering.t Makefile -u "Top" \ -n "" ${*}.t +patheval.texi: patheval.t Makefile + $(BMENU) -p "" \ + -u "Top" \ + -n "" ${*}.t + +init.texi: init.t Makefile + $(BMENU) -p "" \ + -u "Top" \ + -n "" ${*}.t + +mounting.texi: mounting.t Makefile + $(BMENU) -p "" \ + -u "Top" \ + -n "" ${*}.t + html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/$(PROJECT) # rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg -- cgit v1.2.3