[DOCS] building the docs on Debian

2011-12-12 Thread 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  http://momjian.us
  EnterpriseDB http://enterprisedb.com

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

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] building the docs on Debian

2011-12-12 Thread 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-2...@alvh.no-ip.org

-- 
Álvaro Herrera 
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs