debian stylesheets

From: andrea gelmini <bungle(at)linux(dot)it>
To: pgsql-patches(at)postgresql(dot)org
Subject: debian stylesheets
Date: 2001-04-10 10:09:36
Message-ID: 20010410120936.B5137@gelma.fondoweb.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

to have this with configure:

checking for DocBook V3.1... yes
checking for DocBook stylesheets... /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh

i've got to change configure in this way:

--- pgsql/configure Mon Apr 9 10:06:33 2001
+++ test/configure Tue Apr 10 12:04:18 2001
@@ -7899,6 +7899,7 @@
for pgac_prefix in /usr /usr/local /opt; do
for pgac_infix in share lib; do
for pgac_postfix in \
+ sgml/stylesheet/dsssl/docbook/nwalsh \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
sgml/docbook/dsssl/modular

some times ago i sent the same change, but Peter told me there
were problem with the way debian use it (he was referring with
*.htm file). now, that problem is solved, so why not include
this little/stupid fix?

ciao,
andrea

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Mount 2001-04-10 13:24:24 Large Object problems (was Re: JDBC int8 hack)
Previous Message Kyle VanderBeek 2001-04-10 01:30:56 Re: JDBC int8 hack