docbook.m4 - Mailing list pgsql-general

From Alvaro Herrera
Subject docbook.m4
Date
Msg-id Pine.LNX.4.33L2.0203152157550.11251-100000@cm-lcon1-46-187.cm.vtr.net
Whole thread Raw
Responses Re: docbook.m4  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
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


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: pg_hba.conf and secondary password file
Next
From: Dima Tkach
Date:
Subject: Re: Debugging C functions...