*** makefile.orig	Tue Feb 22 11:08:15 2000
--- makefile	Fri Feb 25 15:48:47 2000
***************
*** 13,23 ****
  
  TABLES = baselib/libsysansi.sgml baselib/libsyspsoxi.sgml
  
! SUBDIRS=intro objfmt baselib utillib graphlib sysinit
  
  DB2HTML=db2html
  #DB2HTML=sgmltools -b html
  
  all:: htmlspec rtfspec
  
  htmlspec: source
--- 13,29 ----
  
  TABLES = baselib/libsysansi.sgml baselib/libsyspsoxi.sgml
  
! SUBDIRS=intro objfmt baselib utillib graphlib sysinit usersgroups
  
  DB2HTML=db2html
  #DB2HTML=sgmltools -b html
  
+ DB2RTF=db2rtf
+ #DB2RTF=sgmltools -b rtf
+ 
+ DB2PS=db2ps
+ #DB2PS=sgmltools -b ps
+ 
  all:: htmlspec rtfspec
  
  htmlspec: source
***************
*** 28,37 ****
  	-cp images/*.gif spec
  
  rtfspec: source
! 	sgmltools -b rtf spec.sgml
  
  psspec: source
! 	sgmltools -b ps spec.sgml
  
  source:
  	for dir in $(SUBDIRS);do (cd $$dir;make all);done
--- 34,43 ----
  	-cp images/*.gif spec
  
  rtfspec: source
! 	$(DB2RTF) spec.sgml
  
  psspec: source
! 	$(DB2PS) spec.sgml
  
  source:
  	for dir in $(SUBDIRS);do (cd $$dir;make all);done
