
*** This file describes the installation of the linuxdoc-sgml package ***

You have to perform the following tasks to get linuxdoc-sgml set up
right:

1. Unpack the tar file in a directory of your choice:
   (a good place may be /usr/local/lib/linuxdoc-sgml, or in
   your home directory ~/linuxdoc-sgml)

	cd /usr/local/lib
	tar xzvf linuxdoc-sgml-xxx.tar.gz
	(xxx represents the current version number)

2. Enter linuxdoc-sgml directory and run configure:
	
	cd linuxdoc-sgml-xxx
	./configure

3. Compile and install sgmls (see also file INSTALL in sgmls-1.1 directory
   for special configurations):

	cd sgmls-1.1
	make config.h
	make
	make install
	make install.man
	make clean
	cd ..

4. Compile and install html-fix program:

	cd html-fix
	make
	make install
	cd ..

5. Install manual pages from man/ directory in the appropriate place
   on your system.

6. Add the bin/ subdirectory to your PATH.

That's all. Have fun!

