Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d004d7

Browse files
author
Thomas G. Lockhart
committed
Allow location of index creation perl script be be specified in
Makefile.custom, to allow finding it on Mandrake systems (at least).
1 parentba8d7ac commit2d004d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.47 2001/12/10 13:07:16 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.48 2001/12/21 03:53:04 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -23,6 +23,10 @@ ifndef DOCBOOKSTYLE
2323
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook
2424
endif
2525

26+
ifndefDOCBOOKINDEX
27+
DOCBOOKINDEX =$(DOCBOOKSTYLE)/bin/collateindex.pl
28+
endif
29+
2630
ifndefJADE
2731
JADE = jade
2832
endif
@@ -96,7 +100,7 @@ programmer.html: catalogs.gif connections.gif
96100
postgres.html: catalogs.gif connections.gif
97101

98102

99-
COLLATEINDEX =$(PERL)$(DOCBOOKSTYLE)/bin/collateindex.pl -f -g -t 'Index'
103+
COLLATEINDEX =$(PERL)$(DOCBOOKINDEX) -f -g -t 'Index'
100104

101105
ifeq (,$(wildcard HTML.index))
102106
bookindex.sgml:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp