Skip to content
Snippets Groups Projects
Commit 2d004d7f authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Allow location of index creation perl script be be specified in

 Makefile.custom, to allow finding it on Mandrake systems (at least).
parent ba8d7ac8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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 ...@@ -23,6 +23,10 @@ ifndef DOCBOOKSTYLE
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook
endif endif
ifndef DOCBOOKINDEX
DOCBOOKINDEX = $(DOCBOOKSTYLE)/bin/collateindex.pl
endif
ifndef JADE ifndef JADE
JADE = jade JADE = jade
endif endif
...@@ -96,7 +100,7 @@ programmer.html: catalogs.gif connections.gif ...@@ -96,7 +100,7 @@ programmer.html: catalogs.gif connections.gif
postgres.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)) ifeq (,$(wildcard HTML.index))
bookindex.sgml: bookindex.sgml:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment