|
8 | 8 | #
|
9 | 9 | #
|
10 | 10 | # IDENTIFICATION
|
11 |
| -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.46 2001/12/08 03:24:21 thomas Exp $ |
| 11 | +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.47 2001/12/10 13:07:16 petere Exp $ |
12 | 12 | #
|
13 | 13 | #----------------------------------------------------------------------------
|
14 | 14 |
|
@@ -96,8 +96,7 @@ programmer.html: catalogs.gif connections.gif
|
96 | 96 | postgres.html: catalogs.gif connections.gif
|
97 | 97 |
|
98 | 98 |
|
99 |
| -#COLLATEINDEX = $(PERL) $(DOCBOOKSTYLE)/bin/collateindex.pl -f -g -t 'Index' |
100 |
| -COLLATEINDEX =$(PERL) /usr/bin/collateindex.pl -f -g -t 'Index' |
| 99 | +COLLATEINDEX =$(PERL)$(DOCBOOKSTYLE)/bin/collateindex.pl -f -g -t 'Index' |
101 | 100 |
|
102 | 101 | ifeq (,$(wildcard HTML.index))
|
103 | 102 | bookindex.sgml:
|
|