From 2d004d7f953f18aba3b211a62a819874e95ba1b6 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 21 Dec 2001 03:53:04 +0000 Subject: [PATCH] Allow location of index creation perl script be be specified in Makefile.custom, to allow finding it on Mandrake systems (at least). --- doc/src/sgml/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 213e92a66d..a730985126 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.47 2001/12/10 13:07:16 petere Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.48 2001/12/21 03:53:04 thomas Exp $ # #---------------------------------------------------------------------------- @@ -23,6 +23,10 @@ ifndef DOCBOOKSTYLE DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook endif +ifndef DOCBOOKINDEX + DOCBOOKINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl +endif + ifndef JADE JADE = jade endif @@ -96,7 +100,7 @@ programmer.html: catalogs.gif connections.gif postgres.html: catalogs.gif connections.gif -COLLATEINDEX = $(PERL) $(DOCBOOKSTYLE)/bin/collateindex.pl -f -g -t 'Index' +COLLATEINDEX = $(PERL) $(DOCBOOKINDEX) -f -g -t 'Index' ifeq (,$(wildcard HTML.index)) bookindex.sgml: -- 2.40.0