Blame INSTALL

Packit 9741aa
*** This file describes the installation of the linuxdoc-tools package ***
Packit 9741aa
Packit 9741aa
You need to do the following things to get linuxdoc-tools installed:
Packit 9741aa
Packit 9741aa
Packit 9741aa
o Get, make and install jade or openjade. This software needs
Packit 9741aa
  nsgmls or onsgmls command from jade or openjade.
Packit 9741aa
Packit 9741aa
        The source of jade can be downloaded from
Packit 9741aa
        <URL:ftp://ftp.jclark.com/pub/jade/>.
Packit 9741aa
        This source archive contains source for both jade and sp.
Packit 9741aa
Packit 9741aa
        The website for openjade is <URL:http://openjade.sourceforge.net/>.
Packit 9741aa
Packit 9741aa
  Currently, openjade seems to be the way to go, but if your system
Packit 9741aa
  has working jade already, you can use it safely.
Packit 9741aa
Packit 9741aa
Packit 9741aa
o Configure linuxdoc-tools for your system:
Packit 9741aa
Packit 9741aa
     ./configure
Packit 9741aa
Packit 9741aa
  You can specify different installation prefixes during installation,
Packit 9741aa
  the default prefix is `/usr/local'.
Packit 9741aa
  For example: install linuxdoc-sgml to `/usr':
Packit 9741aa
Packit 9741aa
     ./configure --prefix=/usr
Packit 9741aa
Packit 9741aa
  If you have sgmls-1.1 already installed, you can leave
Packit 9741aa
  out their compilation:
Packit 9741aa
Packit 9741aa
     ./configure --with-installed-sgmlsasp
Packit 9741aa
Packit 9741aa
  If you have entity-map already installed, you can use it:
Packit 9741aa
Packit 9741aa
     ./configure --with-installed-entity-map
Packit 9741aa
Packit 9741aa
  If you have iso-entities already installed, you can use it:
Packit 9741aa
Packit 9741aa
     ./configure --with-installed-iso-entities
Packit 9741aa
Packit 9741aa
  Other interesting configuration options
Packit 9741aa
Packit 9741aa
     --disable-docs           No not build or install any doc
Packit 9741aa
     --enable-docs[=type]     Explicitly set doc formats to build.
Packit 9741aa
		              Possible values:
Packit 9741aa
			      txt pdf info lyx html rtf dvi+ps.
Packit 9741aa
			      (Default: enabled with "txt pdf
Packit 9741aa
			      info lyx html rtf" value)
Packit 9741aa
Packit 9741aa
Packit 9741aa
o Compile SGML-Tools:
Packit 9741aa
Packit 9741aa
    make
Packit 9741aa
Packit 9741aa
  or
Packit 9741aa
Packit 9741aa
    gmake
Packit 9741aa
Packit 9741aa
  whatever calls GNU make on your system. If you don't have GNU make installed,
Packit 9741aa
  get the sources from prep.ai.mit.edu now and install it - SGML-Tools needs
Packit 9741aa
  it to compile.
Packit 9741aa
Packit 9741aa
Packit 9741aa
o Install SGML-Tools:
Packit 9741aa
Packit 9741aa
    make install
Packit 9741aa
Packit 9741aa
  (You must probably be root to install in /usr/local and other system
Packit 9741aa
  directories).
Packit 9741aa
Packit 9741aa
  Note:
Packit 9741aa
    In order to use TeX/PS/PDF output, TeX style files in ./lib
Packit 9741aa
    subdirectory (linuxdoc-sgml.sty, linuxdoctr-sgml.sty, null.sty,
Packit 9741aa
    and qwertz.sty) are to be installed your LaTeX input directory,
Packit 9741aa
    such as "/usr/share/tex/latex/misc/".
Packit 9741aa
    Also url.sty and epsf.tex are required.  Newer version of them
Packit 9741aa
    are available from recent teTeX distribution.  If you wish to
Packit 9741aa
    have old ones, check the "./obsoleted" subdirectory.
Packit 9741aa
Packit 9741aa
  It might be a good idea to install in a temporary directory for testing,
Packit 9741aa
  first (/tmp perhaps).
Packit 9741aa
Packit 9741aa
o the contrib directory has some interesting patches and scripts that may be
Packit 9741aa
  useful to you.
Packit 9741aa
Packit 9741aa
o there is a guide on the linuxdoc-tools documentation  directory, it
Packit 9741aa
  describes how to use this package, read it next...