git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git doc build failure on OS X 10.5.6 (Leopard) during docbook2x-texi  phase
@ 2009-03-12 12:22 Tom Holaday
  0 siblings, 0 replies; only message in thread
From: Tom Holaday @ 2009-03-12 12:22 UTC (permalink / raw)
  To: git

(Thanks Jay Soffian for the environment variables)

The commands ...

  $ export ASCIIDOC8=YesPlease
  $ export DOCBOOK_XSL_172=YesPlease
  $ make prefix=/usr/local all doc info

... terminate with these errors:

  /bin/sh: docbook2x-texi: command not found [ x 147 ]

... this warning:

  gitman.texi:4: warning: unrecognized encoding name `UTF-8'.

and a zero-length user-manual.texi in Documentation.

Upon investigation, I determined that ...

  $ which docbook2x-texi

... reports empty, but ...

  $ which docbook2texi

... reports /opt/local/bin/docbook2texi.

  $ docbook2texi --version
  /opt/local/bin/docbook2texi (part of docbook2X 0.8.8)
  $Revision: 1.12 $ $Date: 2006/04/14 17:29:04 $
  <URL:http://docbook2x.sourceforge.net/>

Is docbook2texi vs docbook2x-texi a mere dialect difference that can
be completely rectified with a symbolic link, or an indication that my
docbook2X is misbuilt?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-12 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 12:22 git doc build failure on OS X 10.5.6 (Leopard) during docbook2x-texi phase Tom Holaday

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).