From 6a794bd6fa793281a63fb070cacb5675e428eb5c Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 4 Jul 2000 21:23:04 +0000 Subject: [PATCH] + Added math unit --- docs/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 2c8ef28e7f..129af680c9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -102,7 +102,7 @@ CHK = $(addsuffix .chk, $(HTML) unitex refex) CHAPTERS = $(addsuffix .tex, crt dos getopts go32 graph linux printer\ strings objects heaptrc sysutils ipc mouse gpm dxeload \ - emu387 ports) + emu387 ports math) # Check if ascii-mode requested ifeq ($(ASCIIMODE),YES) @@ -444,7 +444,10 @@ linuxexamples: examples # # $Log$ -# Revision 1.37 2000-07-04 19:55:48 michael +# Revision 1.38 2000-07-04 21:23:04 michael +# + Added math unit +# +# Revision 1.37 2000/07/04 19:55:48 michael # + Added ports unit # # Revision 1.36 2000/06/14 19:38:43 michael