README.TXT for htroff source kit
================================
					07 October 1998
					TOYODA Eizi <toyoda@gfd-dennou.org>

htroff is a roff-like perl script generating HTML output.
See COPYING.TXT for copyright issues.

INSTALATION
-----------

	This source kit works in Windows 95 and almost all UNIX.
	It assumes that you can use make and perl.

1. configure Makefile

	issue this command:

		perl config.pl
	
	If you are to install htroff into /usr/bin, not /usr/local/bin,

		perl config.pl BASEDIR=/usr

	In case of Windows/DOS, you can configurate Makefile with

		config	
	
	Perhaps you want to edit Makefile and doc/Makefile. 
	
2. build

	Just type `make'.

3. install

	Just type `make install'.


ABOUT SOS
---------

	This source kit contains SOS 1.07 by Nide Naoyuki
	<nide@ics.nara-wu.ac.jp>.  This is NOT a product of me.
	header.dos is derived from it.
