Обсуждение: building the docs on Debian

Поиск
Список
Период
Сортировка

building the docs on Debian

От
Bruce Momjian
Дата:
I just tried to build our docs on Debian Squeeze using our instructions
for Debian:

    http://www.postgresql.org/docs/9.1/static/docguide-toolsets.html
    apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 xsltproc

However, it failed on a 'make check' in the sgml directory because there
was no 'nsgmls' executable.  After doing 'apt-get install sp', the make
check worked fine.  Should I add 'sp' to the list of needed Debian
packages in our docs?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Re: building the docs on Debian

От
Alvaro Herrera
Дата:
Excerpts from Bruce Momjian's message of lun dic 12 22:45:20 -0300 2011:
> I just tried to build our docs on Debian Squeeze using our instructions
> for Debian:
>
>     http://www.postgresql.org/docs/9.1/static/docguide-toolsets.html
>     apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 xsltproc
>
> However, it failed on a 'make check' in the sgml directory because there
> was no 'nsgmls' executable.  After doing 'apt-get install sp', the make
> check worked fine.  Should I add 'sp' to the list of needed Debian
> packages in our docs?

Per a pgsql-hackers thread just today, I think opensp is preferrable;
see
http://archives.postgresql.org/message-id/1323658338-sup-2332@alvh.no-ip.org

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

Re: building the docs on Debian

От
Bruce Momjian
Дата:
On Tue, Dec 13, 2011 at 12:37:04AM -0300, Alvaro Herrera wrote:
>
> Excerpts from Bruce Momjian's message of lun dic 12 22:45:20 -0300 2011:
> > I just tried to build our docs on Debian Squeeze using our instructions
> > for Debian:
> >
> >     http://www.postgresql.org/docs/9.1/static/docguide-toolsets.html
> >     apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 xsltproc
> >
> > However, it failed on a 'make check' in the sgml directory because there
> > was no 'nsgmls' executable.  After doing 'apt-get install sp', the make
> > check worked fine.  Should I add 'sp' to the list of needed Debian
> > packages in our docs?
>
> Per a pgsql-hackers thread just today, I think opensp is preferrable;
> see
> http://archives.postgresql.org/message-id/1323658338-sup-2332@alvh.no-ip.org

Thanks.  Opensp added as a build requirement for docs on Debian.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +