docbook.m4

Started by Alvaro Herreraabout 24 years ago2 messagesgeneral
Jump to latest
#1Alvaro Herrera
alvherre@atentus.com

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

#2Bruce Momjian
bruce@momjian.us
In reply to: Alvaro Herrera (#1)
Re: docbook.m4

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@postgresql.org)

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026