Browse Source

+ Added video and keyboard units

michael 24 years ago
parent
commit
c3ed2525b4
2 changed files with 15 additions and 3 deletions
  1. 11 2
      docs/Makefile
  2. 4 1
      docs/onechap.tex

+ 11 - 2
docs/Makefile

@@ -109,7 +109,7 @@ CHK = $(addsuffix .chk, $(HTML) progex unitex refex htex onechap scripts)
 
 
 CHAPTERS = $(addsuffix .tex, crt dos getopts go32 graph linux printer\
 CHAPTERS = $(addsuffix .tex, crt dos getopts go32 graph linux printer\
              strings objects heaptrc sysutils ipc mouse gpm dxeload \
              strings objects heaptrc sysutils ipc mouse gpm dxeload \
-             emu387 ports math)
+             emu387 ports math keyboard typinfo video)
 
 
 GTKPDF=$(addsuffix .pdf,$(addprefix gtk, 1 2 3 4 5))
 GTKPDF=$(addsuffix .pdf,$(addprefix gtk, 1 2 3 4 5))
 
 
@@ -193,6 +193,8 @@ clean:
 	-$(MAKE) -C mathex clean
 	-$(MAKE) -C mathex clean
 	-$(MAKE) -C graphex clean
 	-$(MAKE) -C graphex clean
 	-$(MAKE) -C gpmex clean
 	-$(MAKE) -C gpmex clean
+	-$(MAKE) -C typinfex clean
+	-$(MAKE) -C kbdex clean
 # Reference
 # Reference
 	-$(MAKE) -C refex clean
 	-$(MAKE) -C refex clean
 # Programmers manual
 # Programmers manual
@@ -222,6 +224,8 @@ ifndef INSTALLDEBUG
 	$(MAKE) -C mathex tex
 	$(MAKE) -C mathex tex
 	$(MAKE) -C graphex tex
 	$(MAKE) -C graphex tex
 	$(MAKE) -C gpmex tex
 	$(MAKE) -C gpmex tex
+	$(MAKE) -C kbdex tex
+	$(MAKE) -C typinfex tex
 endif
 endif
 	touch unitex.chk
 	touch unitex.chk
 
 
@@ -509,6 +513,8 @@ examples:
 	$(MAKE) -C ipcex
 	$(MAKE) -C ipcex
 	$(MAKE) -C objectex
 	$(MAKE) -C objectex
 	$(MAKE) -C sysutex
 	$(MAKE) -C sysutex
+	$(MAKE) -C typinfex
+	$(MAKE) -C kbdex
 
 
 dosexamples: examples
 dosexamples: examples
 	$(MAKE) -C go32ex
 	$(MAKE) -C go32ex
@@ -522,7 +528,10 @@ linuxexamples: examples
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.7  2001-09-22 11:15:04  peter
+# Revision 1.8  2001-10-04 21:03:13  michael
+# + Added video and keyboard units
+#
+# Revision 1.7  2001/09/22 11:15:04  peter
 #   * chmod the scripts
 #   * chmod the scripts
 #   * fixed html installation
 #   * fixed html installation
 #
 #

+ 4 - 1
docs/onechap.tex

@@ -45,7 +45,8 @@
 %\input{gpm.tex}
 %\input{gpm.tex}
 %\input{graph.tex}
 %\input{graph.tex}
 %\input{heaptrc.tex}
 %\input{heaptrc.tex}
-\input{ide.tex}
+\input{keyboard.tex}
+%\input{ide.tex}
 %\input{ipc.tex}
 %\input{ipc.tex}
 %\input{ide.tex}
 %\input{ide.tex}
 %\input{linux.tex}
 %\input{linux.tex}
@@ -57,6 +58,8 @@
 %\input{sockets.tex}
 %\input{sockets.tex}
 %\input{strings.tex}
 %\input{strings.tex}
 %\input{sysutils.tex}
 %\input{sysutils.tex}
+%\input{typinfo.tex}
+%\input{video.tex}
 %\input{makefile.tex}
 %\input{makefile.tex}
 %\input{classes.tex}
 %\input{classes.tex}
 %\input{excepti.tex}
 %\input{excepti.tex}