texi2db converts Texinfo documents to DocBook. It is available from the [http://www.tldp.org/ Linux Documentation Project's] cvs repository. Follow the steps below to check it out and install it.

1. Log into the LDP cvs repository anonymously:
   
    cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot login

2. Grab the texi2db module:

    cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot co LDP/texi2db/

3. Change to the texi2db directory and run the Makefile:

    perl Makefile.PL

4. Build the package:

    make

5. Install the files in the appropriate locations (this must be done as root):

    make install

Texi2Db (last edited 2011-03-17 13:12:16 by NormanWalsh)