-
Notifications
You must be signed in to change notification settings - Fork 6
Texi2Db
Thomas Schraitle edited this page Nov 1, 2018
·
2 revisions
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.
-
Log into the LDP cvs repository anonymously:
cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot login -
Grab the texi2db module:
cvs -d :pserver:cvs@anoncvs.linuxdoc.org:/cvsroot co LDP/texi2db/ -
Change to the texi2db directory and run the Makefile:
perl Makefile.PL -
Build the package:
make -
Install the files in the appropriate locations (this must be done as root):
make install