From 8242fbc3e855ae881ce27cdf2816cf719e0f0492 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 4 Jul 2000 19:55:48 +0000 Subject: [PATCH] + Added ports unit --- docs/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 0a7cd9d41a..2c8ef28e7f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -101,7 +101,8 @@ OUT = $(addsuffix .out, $(HTML)) CHK = $(addsuffix .chk, $(HTML) unitex refex) CHAPTERS = $(addsuffix .tex, crt dos getopts go32 graph linux printer\ - strings objects heaptrc sysutils ipc mouse gpm) + strings objects heaptrc sysutils ipc mouse gpm dxeload \ + emu387 ports) # Check if ascii-mode requested ifeq ($(ASCIIMODE),YES) @@ -443,7 +444,10 @@ linuxexamples: examples # # $Log$ -# Revision 1.36 2000-06-14 19:38:43 michael +# Revision 1.37 2000-07-04 19:55:48 michael +# + Added ports unit +# +# Revision 1.36 2000/06/14 19:38:43 michael # + Added gpm units, and corrected L2H options # # Revision 1.35 2000/02/20 16:27:38 peter