2

I'm building git and get the following error:

    DB2TEXI user-manual.texi
/bin/sh: 2: docbook2x-texi: not found

How do I install docbook2x-texi?

Tom Hale
  • 3,508

2 Answers2

3

Install docbook2x-texi:

sudo apt-get -y install docbook2x

That's all I needed to do.

Tom Hale
  • 3,508
0

In synaptic you can search for "docbook2x-texi" and select the "Description and name" search option.