From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: docbook.m4 |
Date: | 2002-04-13 20:37:07 |
Message-ID: | 200204132037.g3DKb7A26784@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-patches |
We are trying to avoid adding tests for every possible SGML install
configuration. I will wait to see if anyone else has this setup.
---------------------------------------------------------------------------
Alvaro Herrera wrote:
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | murphy pope | 2002-04-13 20:46:10 | What else are OIDs used for? |
Previous Message | Camila Rocha | 2002-04-13 20:21:59 | Why is object-relational? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-04-14 04:54:46 | Re: [PATCHES] [patch] fe-connect.c doesn't handle EINTR correctly |
Previous Message | Bruce Momjian | 2002-04-13 20:20:48 | Re: Added Encoding |