Re: Cannot build docs on Ubuntu 10.04? - Mailing list pgsql-docs

From Alvaro Herrera
Subject Re: Cannot build docs on Ubuntu 10.04?
Date
Msg-id 1326405509-sup-9740@alvh.no-ip.org
Whole thread Raw
In response to Re: Cannot build docs on Ubuntu 10.04?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-docs
Excerpts from Josh Berkus's message of jue ene 12 18:43:39 -0300 2012:
>
> > The warning about "unknown warning type" means you're using the wrong
> > tool to me.  My toolchain here uses "openjade" which is a fork of the
> > earlier jade (so install opensp as Kevin suggested, and rerun configure
> > after that); my guess is that we're pretty much dependent on openjade
> > features that did not exist in plain jade.  Maybe we should just get rid
> > of our attempts to use the older tool.
>
> Yeah, the problem is that if you install just "openjade" on
> debian/ubuntu, it doesn't create the command "jade", which is what our
> make script is looking for.

BS.  You just neglected to rerun configure at that point.

# config/docbook.m4

# PGAC_PROG_JADE
# --------------
AC_DEFUN([PGAC_PROG_JADE],
[AC_CHECK_PROGS([JADE], [openjade jade])])



I think the main failure of the docs is to make it more prominent that
you need to rerun configure after you install stuff.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cannot build docs on Ubuntu 10.04?
Next
From: Tom Lane
Date:
Subject: Re: Cannot build docs on Ubuntu 10.04?