docbook.m4

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: docbook.m4
Date: 2002-03-16 01:59:32
Message-ID: Pine.LNX.4.33L2.0203152157550.11251-100000@cm-lcon1-46-187.cm.vtr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

Hi:

Due to the way Mandrake (at least in 8.1) puts the XSLT stylesheets, it
needs this patch to docbook.m4 for proper detection at configure time:

Index: docbook.m4
===================================================================
RCS file: /projects/cvsroot/pgsql/config/docbook.m4,v
retrieving revision 1.1
diff -u -r1.1 docbook.m4
--- docbook.m4 2000/11/05 21:04:06 1.1
+++ docbook.m4 2002/03/16 01:56:05
@@ -57,7 +57,8 @@
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
- sgml/docbook/dsssl/modular
+ sgml/docbook/dsssl/modular \
+ sgml/docbook/dsssl-stylesheets
do
pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
if test -r "$pgac_candidate/html/docbook.dsl" \

--
Alvaro Herrera (<alvherre[a]atentus.com>)
FOO MANE PADME HUM

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Tkach 2002-03-16 02:04:23 Debugging C functions...
Previous Message Dmitry Tkach 2002-03-16 01:50:56 Re: Btree index extension question

Browse pgsql-patches by date

  From Date Subject
Next Message David Ford 2002-03-16 05:44:25 [patch] fe-connect.c doesn't handle EINTR correctly
Previous Message Rod Taylor 2002-03-15 12:20:41 Re: pg_depend patch